package h1

  1. Overview
  2. Docs
A high-performance, memory-efficient, and scalable web server for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

h1-1.0.0.tbz
sha256=b851d170d99f1e216674c00c2a24b92a2948c0cca57ff0282427f1965ac8bd13
sha512=dde55fc1e6c6615c6b2a8baca1273528b305dd9f15e6bcb4a283b5f0e7909c7be549dd1ce802eceab2404eeb81def9f9350fe31b8a76ae65a004008dd6865e71

doc/h1/H1/index.html

Module H1Source

Http/af is a high-performance, memory-efficient, and scalable web server for OCaml. It implements the HTTP 1.1 specification with respect to parsing, serialization, and connection pipelining. For compatibility, http/af respects the imperatives of the Server_connection header when handling HTTP 1.0 connections.

To use this library effectively, the user must be familiar with the HTTP 1.1 specification, and the basic principles of memory management and vectorized IO.

Basic HTTP Types

Sourcemodule Version : module type of Httpun_types.Version

Protocol Version

Sourcemodule Method : module type of Httpun_types.Method

Request Method

Sourcemodule Status : module type of Httpun_types.Status

Response Status Codes

Sourcemodule Headers : module type of Httpun_types.Headers

Header Fields

Message Body

Sourcemodule Body : sig ... end

Message Types

Sourcemodule Request : sig ... end

Request

Sourcemodule Response : sig ... end

Response

Sourcemodule IOVec : module type of Httpun_types.IOVec

IOVec

Sourcemodule Reqd : sig ... end
Sourcemodule Config : sig ... end

Server Connection

Sourcemodule Server_connection : sig ... end

Client Connection

Sourcemodule Client_connection : sig ... end
OCaml

Innovation. Community. Security.