Search OCaml packages
max) { row = max } }" @keyup.up="if (row !== null) { row -=1; if (row < 0) { row = null } }" @keyup.right="if (col < 1) col++" @keyup.left="if (col >= 1) col--" :aria-activedescendant="row !== null ? 'package-autocomplete-'+row+'-'+col : null" hx-get="/packages/autocomplete" hx-params="q" hx-trigger="keyup changed, search" hx-target="#header-search-results" hx-indicator="#header-search-indicator" autocomplete="off" >
Standard Library API
Learn
Tools
Packages
Community
News
Play
Search OCaml packages
Learn
Tools
Packages
Community
News
Play
Standard Library API
Get started
package
http_async
latest (0.2.0)
0.2.0
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
search
Overview
Docs
You can search for identifiers within the package.
in-package search v0.2.0
package http_async
http_async
CHANGES
README
Library
http_async
Http_async
Logger
Status
Request
Version
Response
Meth
Replace_polymorphic_compare
Map
Key
Provide_of_sexp
Provide_bin_io
Provide_hash
Set
Elt
Provide_of_sexp
Provide_bin_io
Provide_hash
Headers
Buffer_config
Body
Reader
Writer
Server
Private
Parser
Private
Sources
http_async
body.ml
buffer_config.ml
headers.ml
http_async.ml
http_async__.ml
logger.ml
meth.ml
parser.ml
request.ml
response.ml
server.ml
status.ml
version.ml
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Package index
http_async
CHANGES
0.2.0
Allow running http_async servers on unix domain sockets
Forward peer socket address to service and error handler
0.1.1
Parsing error should forward request to error handler if the request is fully parsed
0.1.0
Don't use Eager_deferred
Increase lower-bound on shuttle to version 0.6.0
0.0.4
Adapt to api changes in shuttle 0.5.0
0.0.3
Streaming bodies use Bigstring based iovecs instead of strings
0.0.2
Initial release