# Functions
GetNativeContext retrieve a standard library context from FastHTTP request context.
NewConnManager creates a connection manager.
NewDecorator creates a middleware Decorator.
WithNativeContext stores a standard library contextinto FastHTTP request context.
# Structs
ConnManager keeps track of active TCP connections and their corresponding contexts.
Decorator is a type responsible for wrapping handlers with default and config enabled middlewares.
# Interfaces
Middleware defines a generic handler wrapper capable of controlling request flow.