package cohttp

  1. Overview
  2. Docs
An OCaml library for HTTP clients and servers

Install

dune-project
 Dependency

Authors

Maintainers

Sources

cohttp-6.1.1.tbz
sha256=6b420c56203b3a0b515964f036bcea0fb9a362876b5791cd7ff50e12366c489c
sha512=839ff6156658ca6d7922e6eed63ebb84dd09c76107790477be55a1ffc4a3800bf49c435147a0ed628f147eaeccff9a8d34565e3787f32c15e187b6e8855f0b93

doc/cohttp/Cohttp/index.html

Module CohttpSource

Sourcemodule Accept : sig ... end

Accept-Encoding HTTP header parsing and generation

Sourcemodule Auth : sig ... end

HTTP Authentication and Authorization header parsing and generation

Sourcemodule Body : sig ... end

HTTP request and response body handling

Sourcemodule Conf : sig ... end

Compile-time configuration variables

Sourcemodule Connection : sig ... end
Sourcemodule Code : sig ... end

Functions 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.

Sourcemodule Header : sig ... end

RFC 5988 ("Web Linking") and RFC 5987 ("Character Set and Language Encoding for Hypertext Transfer Protocol (HTTP) Header Field Parameters")

Sourcemodule Request : sig ... end

HTTP/1.1 request handling

Sourcemodule Response : sig ... end

HTTP/1.1 response handling

Sourcemodule S : sig ... end

Module type signatures for Cohttp components

Sourcemodule Path : sig ... end
Sourcemodule Transfer : sig ... end

Read and write the HTTP/1.1 transfer-encoding formats. Currently supported are chunked and content-length.

Sourcemodule Generic : sig ... end
Sourcemodule Private : sig ... end