Http.RequestHTTP requests.
val make :
?headers:headers ->
?body:string ->
method' ->
url:B0_std.Net.Url.t ->
tmake m ~url ~headers ~body is a request on url with method m, headers headers (defaults to []) and body body (defaults to "").
val url : t -> B0_std.Net.Url.turl r is the URL of r.
val body : t -> stringbody r is the body of r.