Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 459 Bytes

File metadata and controls

16 lines (14 loc) · 459 Bytes

Experimental REST API framework in c3

Supported features from HTTP/1.1:

  • Keep-Alive connections
  • Transfer-Encoding: chunked body
  • Host header required
  • POST and GET methods
  • 100 Continue responses
  • Date header
  • If-Modified-Since and If-Unmodified-Since headers
  • HEAD requests
  • Absolute URL in request resource

Dependencies:

StringView HTTP