Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Cohttp.S
Module type signatures for Cohttp components
module type IO = sig ... end
The IO
module defines the blocking interface for reading and writing to Cohttp streams
module type Http_io = sig ... end
module type Request = sig ... end
module type Response = sig ... end
module type Body = sig ... end