mirror of
https://github.com/coder/coder.git
synced 2025-07-08 11:39:50 +00:00
This one aims to resolve #15604 Created some table tests for the main cases - also preferred to create two isolated cases for the most complicated cases in order to keep table tests simple enough. Give us full coverage on the middleware logic, for both optional and non optional cases - PSK and ProvisionerKey.
6 lines
225 B
Go
6 lines
225 B
Go
// Package httpmw contains middleware for HTTP handlers.
|
|
// Currently, the tested middleware is inside the AGPL package.
|
|
// As the middleware also contains enterprise-only logic, tests had to be
|
|
// moved here.
|
|
package httpmw
|