RawHeaders : Typerecord RawHttpMessage : TypeMkRawHttpMessage : Method -> String -> RawHeaders -> RawHttpMessage.headers : RawHttpMessage -> RawHeaders.method : RawHttpMessage -> Method.path : RawHttpMessage -> StringShow RawHttpMessage.method : RawHttpMessage -> Methodmethod : RawHttpMessage -> Method.path : RawHttpMessage -> Stringpath : RawHttpMessage -> String.headers : RawHttpMessage -> RawHeadersheaders : RawHttpMessage -> RawHeadersrecord HttpResponse : TypeMkHttpResponse : DPair Nat StatusCode -> String -> RawHeaders -> HttpResponse.headers : HttpResponse -> RawHeaders.status_code : HttpResponse -> DPair Nat StatusCode.status_name : HttpResponse -> StringShow HttpResponse.status_code : HttpResponse -> DPair Nat StatusCodestatus_code : HttpResponse -> DPair Nat StatusCode.status_name : HttpResponse -> Stringstatus_name : HttpResponse -> String.headers : HttpResponse -> RawHeadersheaders : HttpResponse -> RawHeadersserialize_http_message : RawHttpMessage -> Stringserialize_http_response : HttpResponse -> Stringhttp_message_praser : Parser RawHttpMessagedeserialize_http_message : String -> Either String RawHttpMessagehttp_message_response : Parser HttpResponsedeserialize_http_response : String -> Either String HttpResponse