FastCGI implementation in OCaml
HTML
41.6%
OCaml
38.2%
Python
13.7%
Go
4.8%
Dune
0.5%
Other
1.1%
code
Clone this repository
https://tangled.org/anil.recoil.org/ocaml-fastcgi
git@git.recoil.org:anil.recoil.org/ocaml-fastcgi
For self-hosted knots, clone URLs may differ based on your setup.
Move all Eio.Flow-related functions from fastcgi_request to the
higher-level fastcgi module. This creates a cleaner separation where
fastcgi_request handles only protocol parsing/serialization using
Buf_read/Buf_write, while fastcgi provides the Flow-based interface
for connection and request handling.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>