Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val http_request :
?ua:string ->
?headers:string list ->
?body:[ `Form of (string * string) list | `Raw of string * string ] ->
[ `GET | `POST | `PUT | `PATCH | `DELETE | `CUSTOM of string ] ->
string ->
(string, string) Stdlib.result Lwt.t