Header.authorization_basic
Header.authorization_basicuser pass
Documentation
Create HTTP basic auth header.
Arguments
user
: The username.pass
: The password.
Examples
Create basic auth header.
import Standard.Base.Network.HTTP.Header.Header
example_auth_basic = Header.authorization_basic "user" "pass"