1
Fork 0
hare-http/net/http
Drew DeVault 8ccb846c55 net::http::do: assert http
Until we implement TLS
2023-02-10 10:16:18 +01:00
..
client.ha (Partially) implement net::http::do 2023-02-10 10:13:30 +01:00
constants.ha Initial commit 2023-02-09 11:45:25 +01:00
do.ha net::http::do: assert http 2023-02-10 10:16:18 +01:00
error.ha (Partially) implement net::http::do 2023-02-10 10:13:30 +01:00
header.ha (Partially) implement net::http::do 2023-02-10 10:13:30 +01:00
README Initial commit 2023-02-09 20:56:48 +01:00
request.ha (Partially) implement net::http::do 2023-02-10 10:13:30 +01:00
response.ha (Partially) implement net::http::do 2023-02-10 10:13:30 +01:00
server.ha Initial commit 2023-02-09 11:45:25 +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