6 lines
261 B
Go
6 lines
261 B
Go
|
|
// Package httpmw provides stdlib net/http middleware for transport concerns:
|
||
|
|
// panic recovery, CORS, request ID injection, and structured request logging.
|
||
|
|
//
|
||
|
|
// No authentication or identity logic lives here — see httpauth-firebase for that.
|
||
|
|
package httpmw
|