package b0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Software construction and deployment kit
Install
dune-project
Dependency
Authors
Maintainers
Sources
b0-0.0.5.tbz
sha512=00a6868b4dfa34565d0141b335622a81a0e8d5b9e3c6dfad025dabfa3df2db2a1302b492953bbbce30c3a4406c324fcec25250a00b38f6d18a69e15605e3b07e
doc/b0_b00_kit/B00_http/Http/index.html
Module B00_http.Http
HTTP methods, requests and responses.
HTTP methods and headers
val meth_to_string : meth -> stringmeth_to_string m is a string representation of m.
The type for HTTP headers. List of header names (without the :) tupled with their value.
HTTP requests
req uri m ~headers ~body is a request on uri with method m, headers headers (defaults to []) and body body (defaults to "").
val req_body : req -> stringreq_body r is r's body.
HTTP responses
resp status ~headers ~body is a response with status status, headers headers (defaults to []) and body body (defaults to "")
val resp_status : resp -> intresp_status r is the HTTP response status.
val resp_body : resp -> stringresp_body r is the HTTP response body.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page