package cohttp-curl
-
cohttp-curl
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val body : 'a t -> 'a
body t
this must be called after curl completes the requests. it can only be called once
val create :
?timeout_ms:int ->
?headers:Http.Header.t ->
Http.Method.t ->
uri:string ->
input:Source.t ->
output:'a Sink.t ->
on_response:(Http.Response.t -> unit) ->
'a t