//
pkg.gl
Category
encore.dev
middleware
package
1.37.0
Repository:
https://github.com/encoredev/encore.dev.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
3
Files
82 SLOC
#
Functions
NewRequest
NewRequest constructs a new Request that returns the given context and request data.
#
Structs
Request
A Request provides information about the incoming request that the middleware is processing.
Response
Response represents the API handler's response.
#
Type aliases
Next
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
Signature is the signature a middleware should have.