package httpaf
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
A high-performance, memory-efficient, and scalable web server for OCaml.
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.2.0.tar.gz
sha256=9156a22b758b17f5fad3147d852d69568628324c55f09089bd7fff47d6306001
md5=b878ea9b23b3c863ed2a532148bb430e
doc/httpaf/Httpaf/index.html
Module HttpafSource
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
Message Body
Message Types
Server Connection
Client Connection
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page