Crafter.Network/interfaces
Repository files (latest commit first)
Filename Latest commit message Latest commit date
catbot a79ab6a024 docs(http1): document the HTTP/1.1 stack, and expose the client's timeout
README: HTTP/1.1 in the intro, feature list, module list, browser-build
exclusions, dependencies and test list, plus a Components section
covering both classes, the standalone codec, what is and is not
implemented, the smuggling-shaped inputs that are rejected, and an
explicit note that this path is plaintext and belongs behind a TLS
terminator.

ClientHTTP1::timeout was hard-coded and invisible; make it a public
member alongside `limits`, mirroring the listener's timeouts.

Also pipelining coverage in ShouldSendRecieveHTTP1: two requests written
before either is answered, driven from a raw socket since ClientHTTP1
waits for each response.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-27 01:02:37 +00:00
..
Crafter.Network-ClientHTTP.cppm SPDX license 2026-07-22 17:55:45 +02:00
Crafter.Network-ClientHTTP1.cppm docs(http1): document the HTTP/1.1 stack, and expose the client's timeout 2026-07-27 01:02:37 +00:00
Crafter.Network-ClientQUIC.cppm SPDX license 2026-07-22 17:55:45 +02:00
Crafter.Network-ClientTCP.cppm SPDX license 2026-07-22 17:55:45 +02:00
Crafter.Network-HTTP.cppm SPDX license 2026-07-22 17:55:45 +02:00
Crafter.Network-HTTP1.cppm feat(http1): add an HTTP/1.1 client and listener 2026-07-27 00:45:09 +00:00
Crafter.Network-HTTP3.cppm SPDX license 2026-07-22 17:55:45 +02:00
Crafter.Network-ListenerHTTP.cppm SPDX license 2026-07-22 17:55:45 +02:00
Crafter.Network-ListenerHTTP1.cppm feat(http1): add an HTTP/1.1 client and listener 2026-07-27 00:45:09 +00:00
Crafter.Network-ListenerQUIC.cppm SPDX license 2026-07-22 17:55:45 +02:00
Crafter.Network-ListenerTCP.cppm SPDX license 2026-07-22 17:55:45 +02:00
Crafter.Network-WebTransport.cppm SPDX license 2026-07-22 17:55:45 +02:00
Crafter.Network.cppm feat(http1): add an HTTP/1.1 client and listener 2026-07-27 00:45:09 +00:00