Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.67 KB

README.md

File metadata and controls

50 lines (38 loc) · 1.67 KB

Forget HTTP

This GitHub organization focuses on designing abstract HTTP helpers or coding reference implementations, as described in IETF/W3C/etc specifications.

This is one of the least opinionated collection of repositories that you will find on HTTP.

More bla

HTTP flow overview

* HTTP/2.0 encapsulation is omitted

  1. receive request
    1. parse messaging - RFC7230
    2. parse semantics - RFC7231 (and extensions)
  2. prepare response
    1. decide
  3. send response
    1. generate semantics
    2. generate messaging

Effort overview (roadmap)

Dependencies and their reference implementations: