Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authorization ¶
Authorization represents an HTTP authorization
func (Authorization) IsValid ¶
func (auth Authorization) IsValid() error
IsValid checks if this authorization is valid or not
func (Authorization) ToHeaderKey ¶
func (auth Authorization) ToHeaderKey() string
ToHeaderKey returns the key to be used when adding this authorization as a header.
func (Authorization) ToHeaderValue ¶
func (auth Authorization) ToHeaderValue() (string, error)
ToHeaderValue returns the value to be used when adding this authorization as a header.
Click to show internal directories.
Click to hide internal directories.