Skip to content

Releases: suri-framework/nomad

0.0.1

11 Apr 06:10
15996e3
Compare
Choose a tag to compare

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