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