package httpaf
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
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/Request/index.html
Module Httpaf.RequestSource
Request
A client-initiated HTTP message.
body_length t is the length of the message body accompanying t. It is an error to generate a request with a close-delimited message body.
See RFC7230§3.3.3 for more details.
persistent_connection ?proxy t indicates whether the connection for t can be reused for multiple requests and responses. If the calling code is acting as a proxy, it should pass ~proxy:true.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>