# Functions

ConstraintHandler middleware enforces limitations that the proxy currently has 1.
Decorate executes each middleware in the order it's specified.
LoggerHandler middleware adds logging before and after the main handler is invoked.
New returns a tink proxy handler.
RouteHandler middleware does basic path checks.

# Constants

GcsEndpoint specifies REST base endpoint for GCS.

# Structs

RespWrapper contains response status.

# Type aliases

Decorator allows creation of uniform middleware for the proxy.