Header.authorization
Header.authorizationvalue
Aliases: build an auth header
Documentation
Create an "Authorization" header.
Arguments
value
: The value for the authorization header.
Examples
Create an auth header containing "foo".
import Standard.Base.Network.HTTP.Header.Header
example_auth = Header.authorization "foo"