Http.Response
type 'response t
= private
{
code : int;
get_header : string -> string option;
content : 'response;
}