mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 18:36:30 +02:00
* config: add customization options for logging * config: validate log fields * proxy: add support for logging http request headers * log subset of headers * fix test name * dont use log.HTTPHeaders for access logs * canonicalize http/2 headers
8 lines
218 B
Go
8 lines
218 B
Go
package httputil
|
|
|
|
import (
|
|
"github.com/pomerium/pomerium/internal/log"
|
|
)
|
|
|
|
// CanonicalHeaderKey re-exports the log.CanonicalHeaderKey function to avoid an import cycle.
|
|
var CanonicalHeaderKey = log.CanonicalHeaderKey
|