Skip to content

Releases: threadly/litesockets-http

0.7 Release

12 Jul 22:03
Compare
Choose a tag to compare
release-0.7

0.7 Release!

litesocket-http Version: 0.6.0

12 May 20:44
Compare
Choose a tag to compare

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.