Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authorizer ¶
Authorizer is a kind of Modifier used to authorize the requests
type SecretAuthorizer ¶
type SecretAuthorizer struct {
// contains filtered or unexported fields
}
SecretAuthorizer authorizes the requests with the specified secret
func NewSecretAuthorizer ¶
func NewSecretAuthorizer(secret string) *SecretAuthorizer
NewSecretAuthorizer returns an instance of SecretAuthorizer
func (*SecretAuthorizer) Modify ¶
func (s *SecretAuthorizer) Modify(req *http.Request) error
Modify the request by adding secret authentication information
Source Files
¶
- auth.go
Click to show internal directories.
Click to hide internal directories.