# Functions

New returns new SDK with provided options.
ParseHTTPMethod attempts to convert a string to a HTTPMethod.
ParseRateLimitDescriptionBy attempts to convert a string to a RateLimitDescriptionBy.

# Constants

HTTPMethodDelete is a HTTPMethod of type Delete.
HTTPMethodGet is a HTTPMethod of type Get.
HTTPMethodPatch is a HTTPMethod of type Patch.
HTTPMethodPost is a HTTPMethod of type Post.
HTTPMethodPut is a HTTPMethod of type Put.
HTTPMethodUnspecified is a HTTPMethod of type Unspecified.
RateLimitDescriptionByIp is a RateLimitDescriptionBy of type Ip.
RateLimitDescriptionBySubjectId is a RateLimitDescriptionBy of type Subject_id.

# Variables

No description provided by the author
No description provided by the author

# Structs

Handler ...
HandlerSettings ...
NewOptions ...
ProcessRequest ...
ProcessResponse ...
RateLimiterDescription ...
SDK that helps integrate with api-gateway.
SubjectInformation ...

# Type aliases

HandlerFunc ...
HTTPMethod ..
RateLimitDescriptionBy ..