mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-30 02:46:30 +02:00
- Abstract remaining middleware from authenticate into internal. - Use middleware chaining in authenticate. - Standardize naming of Request and ResponseWriter to match std lib. - Add healthcheck / ping as a middleware. - Internalized wraped_writer package adapted from goji/middleware. - Fixed indirection issue with reverse proxy map.
2 lines
170 B
Go
2 lines
170 B
Go
// Package middleware provides a standard set of middleware implementations for pomerium.
|
|
package middleware // import "github.com/pomerium/pomerium/internal/middleware"
|