Module
HTTPurple.Headers
- Package
- purescript-httpurple
- Repository
- sigma-andex/purescript-httpurple
#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.