# Functions

NewkeyBasicHandler creates a handler to convert annotations about basicAuth control to APISIX basic-auth plugin.
NewCorsHandler creates a handler to convert annotations about CORS to APISIX cors plugin.
NewCSRFHandler creates a handler to convert annotations about CSRF to APISIX csrf plugin.
NewForwardAuthHandler creates a handler to convert annotations about forward authentication to APISIX forward-auth plugin.
NewHttpHandler creates a handler to convert annotations about HttpMethod to APISIX cors plugin.
NewIPRestrictionHandler creates a handler to convert annotations about client ips control to APISIX ip-restrict plugin.
NewkeyAuthHandler creates a handler to convert annotations about keyAuth control to APISIX key-auth plugin.
No description provided by the author
NewRedirectHandler creates a handler to convert annotations about redirect control to APISIX redirect plugin.
NewResponseRewriteHandler creates a handler to convert annotations about ResponseRewrite to APISIX response-rewrite plugin.
NewRewriteHandler creates a handler to convert annotations about request rewrite control to APISIX proxy-rewrite plugin.

# Structs

No description provided by the author

# Interfaces

Handler abstracts the behavior so that the apisix-ingress-controller knows how to parse some annotations and convert them to APISIX plugins.