Http_types.Requesttype t = {uri : Uri_sexp.t;meth : [ `GET
| `POST
| `HEAD
| `DELETE
| `PUT
| `CONNECT
| `OPTIONS
| `TRACE
| `Other of string ];headers : (string * string) list;chunked : bool;body : Body.t;body_length : int64 option;}val sexp_of_t : t -> Sexplib0.Sexp.tval path : t -> stringval path_and_query : t -> string