litesocket-http Version: 0.6.0
lwahlmeier
released this
12 May 20:44
·
109 commits
to master
since this release
This is the initial release of the http protocol package for litesockets. This is not yet considered a 100% stable api, but the general protocol parsing and client implementation should be completely working.
Included is:
- HTTPRequest and HTTPResponse parsers and generators.
- Websockets Frame parser and generator.
- HTTPClient - a simple thread safe HTTPClient processor and queue. It should be used for doing many smallish HTTPRequests.
- HTTPStreamClient - This allows you do stream data to and from servers over http, this is used for long lived connections or when streaming a lot of data to or from a remote connection.
- WebSocketClient - this allows you to create a websocket connection to a WebSocket enabled server and stream data between the 2 end points.