data FDPart : TypePart of a `FormData` object
data RequestBody : TypeNone : RequestBodyBytes : MediaType -> ByteString -> RequestBodyStr : MediaType -> String -> RequestBodyFD : List (String, FDPart) -> RequestBodyrecord HTTPRequest : TypeR : Method -> URI -> Headers -> RequestBody -> HTTPRequest.body : HTTPRequest -> RequestBody.headers : HTTPRequest -> Headers.method : HTTPRequest -> Method.uri : HTTPRequest -> URI.method : HTTPRequest -> Methodmethod : HTTPRequest -> Method.uri : HTTPRequest -> URIuri : HTTPRequest -> URI.headers : HTTPRequest -> Headersheaders : HTTPRequest -> Headers.body : HTTPRequest -> RequestBodybody : HTTPRequest -> RequestBodyadjURI : (URI -> URI) -> HTTPRequest -> HTTPRequestemptyRequest : HTTPRequestinterface RequestEncode : Type -> Type -> TypereqEncodeAs : from -> totoBody : to -> RequestBodyEncodeVia f t => RequestEncode f treqEncodeAs : RequestEncode from to => from -> totoBody : RequestEncode from to => to -> RequestBody