Module
HTTPure.Request
- Package
- purescript-httpure
- Repository
- citizennet/purescript-httpure
#Request Source
type Request = { body :: RequestBody, headers :: Headers, httpVersion :: Version, method :: Method, multiHeaders :: MultiHeaders, path :: Path, query :: Query, url :: String }
The Request
type is a Record
type that includes fields for accessing
the different parts of the HTTP request.