package
1.37.0
Repository: https://github.com/encoredev/encore.dev.git
Documentation: pkg.go.dev

# Functions

NewRequest constructs a new Request that returns the given context and request data.

# Structs

A Request provides information about the incoming request that the middleware is processing.
Response represents the API handler's response.

# Type aliases

Next is the function to invoke the next middleware in the chain, or the actual API handler if the middleware is the last one.
Signature is the signature a middleware should have.