Skip to content

0.0.1

Latest
Compare
Choose a tag to compare
@leostera leostera released this 11 Apr 06:10
· 1 commit to main since this release
15996e3

CHANGES:

Initial release, including:

  • Interchangeable protocols

  • Incomplete HTTP/1 and WebSocket protocol support

  • A configurable HTTP parser with limits for line requests, header count, and
    header length

  • Pluggable transports to transparently support clear sockets and TLS

  • A Trail based handler interface

  • A Hello World example