package devkit
Development kit - general purpose library
Install
Dune Dependency
Authors
Maintainers
Sources
devkit-1.3.tbz
sha256=dae965685dceed47ad8e9844f12fe707dafdf2c3bdd46d0431d5b4d1e7754b23
sha512=b94ade804d751db87434042bbaa821fa8e82e233820a76806f910e2da040094b137e88a3579911a1626930912622b064c776ddbcb6991fb7111021ebf6553fdc
doc/devkit.core/Devkit_core/Web/Http/index.html
Module Web.Http
Source
Parameters
Signature
Source
val http_gets :
?setup:(CurlCache.t -> unit) ->
?max_size:int ->
?check:(CurlCache.t -> bool) ->
?result:(CurlCache.t -> Curl.curlCode -> unit IO.t) ->
string ->
[ `Error of Curl.curlCode | `Ok of int * string ] IO.t
Source
type ('body, 'ret) http_request_ =
?ua:string ->
?timeout:int ->
?verbose:bool ->
?setup:(CurlCache.t -> unit) ->
?max_size:int ->
?http_1_0:bool ->
?headers:string list ->
?body:'body ->
http_action ->
string ->
'ret IO.t
Source
type 'ret http_request =
([ `Form of (string * string) list | `Raw of string * string ], 'ret)
http_request_
Source
val http_submit :
?ua:string ->
?timeout:int ->
?verbose:bool ->
?setup:(CurlCache.t -> unit) ->
?http_1_0:bool ->
?headers:string list ->
?action:http_action ->
string ->
(string * string) list ->
[> `Error of string | `Ok of string ] IO.t
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page