package cohttp

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

cohttp-6.1.0.tbz
sha256=a81ac49699ec45f58b3d85cc4e2274120d28449d7c2075adb3234f0583d76c33
sha512=55b75c6afea58fa97a702712c5ecfb67bcfb8de32345ca0e40c16561aaf6f001daaf05781484a1df5caab85353f931b841169f3229563c655c463b7f7b44cd54

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
OCaml

Innovation. Community. Security.