package cohttp

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

cohttp-v6.0.0_beta2.tbz
sha256=90ecec8bd580411b4272c031b2f6b9c0a50485d20683c6a9c615242f3724b017
sha512=83ef539469d982862174a929e9baeb5b2a34e9323ee577d8be7148ebed9e785d835d59cc22982bc083bb872e4544616e2bf531ed7edf96bc397151c28bf618d6

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