A function that returns a default request handler with built-in HUMAN enforcement. Useful if there is little request/response manipulation in your Edgio Edge Function.
Creates a new instance of the HumanSecurity class from a HumanSecurityConfiguration object (see the configuration section for more information).
Creates a new Enforcer instance.
The entity responsible for performing HUMAN enforcement.
Executes the enforcement functionality, returning either a response or null depending on which action should be taken.
Performs any post-enforcement processing actions and final modifications to (i.e., setting cookies or headers on) the response if needed.