aboutsummaryrefslogtreecommitdiff
path: root/docs/http.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Address PR review: pass raw socket to headers callback, use ok/err return ↵http-headers-callbackThijs Schreijer2 days1-1/+35
| | | | | | | | | | | | | convention Rename response_headers to headers_callback, pass the raw connection as a 4th argument (for use cases like WebSocket upgrade handoff), and switch its return contract to the idiomatic ok/err shape used elsewhere in this file: truthy ok continues (optionally swapping in a new sink), falsy ok closes the connection and propagates the callback's error via socket.protect instead of faking a success return. Claude-Session: https://claude.ai/code/session_01S4imKCU4hxDg96DXj9hxSB
* chore(docs): update LTN12 links (#428)Thijs Schreijer2024-03-151-5/+5
|
* Move doc→docs so we can serve it with GitHub PagesCaleb Maclennan2022-03-231-0/+339