github.com/ncdc/httpstream

Go library for upgrading HTTP requests and responses to add streaming support


License
Apache-2.0
Install
go get github.com/ncdc/httpstream

Documentation

httpstream

This is a prototype of an API to upgrade HTTP requests and responses to add streaming support such as what's offered by SPDY, HTTP/2, and WebSockets.

The initial implementation supports SPDY/3.1 via spdystream.

License

Licensed under the Apache License, Version 2.0. See the LICENSE file for full details.