1
Fork 0
hare-http/net/http
2023-02-12 13:05:11 +01:00
..
client.ha Improve documentation and transport semantics 2023-02-12 13:05:11 +01:00
constants.ha net::http: add status code utilities 2023-02-11 11:16:15 +01:00
do.ha Improve support riggings for Transfer-Encoding 2023-02-12 11:04:05 +01:00
error.ha Improve support riggings for Transfer-Encoding 2023-02-12 11:04:05 +01:00
header.ha Improve support riggings for Transfer-Encoding 2023-02-12 11:04:05 +01:00
README Implement HTTP response parsing and reader 2023-02-10 14:09:28 +01:00
request.ha Improve documentation and transport semantics 2023-02-12 13:05:11 +01:00
response.ha Rig out transport handling, finish identity reader 2023-02-11 11:31:07 +01:00
server.ha Initial commit 2023-02-09 11:45:25 +01:00
status.ha net::http: add status code utilities 2023-02-11 11:16:15 +01:00
transport.ha Improve documentation and transport semantics 2023-02-12 13:05:11 +01:00

TODO: Flesh me out

Caveats:

- No attempt is made to validate that the input for client requests or responses
  are valid according to the HTTP grammar; such cases will fail when rejected by
  the other party.
- Details indicated by RFC 7230 et al as "obsolete" are not implemented
- Max header length including "name: value" is 4KiB

TODO:

- Server stuff
- TLS