# Functions
Get returns the hcaptcha `Response` of the current request and reports whether was found or not.
New accepts a hpcatcha secret key and returns a new hcaptcha HTTP Client.
ParseForm parses the `HTMLForm` with the necessary parameters and returns its result for render.
RenderForm writes the `HTMLForm` to "w" response writer.
SiteVerify accepts an Iris Context and a secret key (https://dashboard.hcaptcha.com/settings).
WithRemoteIP sets the remote ip field to the given value.
WithSiteKey sets the site key field to the given value.
# Constants
Script is the hCaptcha's javascript source file that should be incldued in the HTML head or body.
# Variables
DefaultFailureHandler is the default HTTP handler that is fired on hcaptcha failures.
HTMLForm is the default HTML form for clients.
ResponseContextKey is the default request's context key that response of a hcaptcha request is kept.
# Type aliases
Option declares an option for the hcaptcha client.