1
Fork 0
hare-http/net/http/README

9 lines
283 B
Plaintext
Raw Normal View History

2023-02-09 19:54:21 +00: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