package cohttp
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=bd7aa4cd2c82744990ed7c49e3ee7a40324c64cb3d8509804809155e2bacd1d2
sha512=f56014c80ec77f79cc9a3a55afaa5fb8e37d9d69a4115f1b25fa96623c8e6875844bfdc97dd6fe41f83ac4b251a397b905a3eb31df90dae95d5a96101d265e03
doc/cohttp/Cohttp/index.html
Module Cohttp
module Accept : sig ... endAccept-Encoding HTTP header parsing and generation
module Auth : sig ... endHTTP Authentication and Authorization header parsing and generation
module Body : sig ... endHTTP request and response body handling
module Conf : sig ... endCompile-time configuration variables
module Connection : sig ... endConnection identifiers.
module Code : sig ... endmodule Cookie : sig ... endFunctions for the HTTP Cookie and Set-Cookie header fields. Using the Set-Cookie header field, an HTTP server can pass name/value pairs and associated metadata (called cookies) to a user agent. When the user agent makes subsequent requests to the server, the user agent uses the metadata and other information to determine whether to return the name/value pairs in the Cookie header.
module Header : sig ... endMap of HTTP header key and value(s) associated with them. Since HTTP headers can contain duplicate keys, this structure can return a list of values associated with a single key.
module Link : sig ... endRFC 5988 ("Web Linking") and RFC 5987 ("Character Set and Language Encoding for Hypertext Transfer Protocol (HTTP) Header Field Parameters")
module Request : sig ... endHTTP/1.1 request handling
module Response : sig ... endHTTP/1.1 response handling
module S : sig ... endModule type signatures for Cohttp components
module Path : sig ... endmodule Transfer : sig ... endRead and write the HTTP/1.1 transfer-encoding formats. Currently supported are chunked and content-length.