Module
HTTPure.Headers
- Package
- purescript-httpure
- Repository
- cprussin/purescript-httpure
#Headers Source
newtype Headers
The Headers
type is just sugar for a Object
of Strings
that represents the set of headers in an HTTP request or response.
Given a string, return a
Maybe
containing the value of the matching header, if there is any.