package
1.24.0-dev
Repository: https://github.com/go-gitea/gitea.git
Documentation: pkg.go.dev

# Functions

New returns a new hCaptcha Client.
Verify calls hCaptcha API to verify token.
WithContext sets the context.Context of a Client.
WithHTTP sets the http.Client of a Client.

# Constants

# Structs

Client is an hCaptcha client.
PostOptions are optional post form values.
Response is an hCaptcha response.

# Type aliases

ClientOption is a func to modify a new Client.
ErrorCode is any possible error from hCaptcha.