Module
HTTPure.Headers
- Package
- purescript-httpure
- Repository
- cprussin/purescript-httpure
#Headers Source
newtype HeadersThe 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
Maybecontaining the value of the matching header, if there is any.