FastCGI implementation in OCaml
1(** FastCGI protocol implementation for OCaml using Eio. 2 3 This library provides a complete implementation of the FastCGI protocol 4 for building high-performance web applications in OCaml. *) 5 6(** {1 Core Protocol Components} *) 7 8(** Record-level protocol handling *) 9module Record = Fastcgi_record