mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 00:40:25 +02:00
httputil: fix SPDY support with reverse proxy (#2134)
This commit is contained in:
parent
9d0baad136
commit
b3216ae854
4 changed files with 23 additions and 3 deletions
|
@ -7,6 +7,7 @@ const AuthorizationTypePomerium = "Pomerium"
|
|||
const (
|
||||
HeaderReferrer = "Referer"
|
||||
HeaderImpersonateGroup = "Impersonate-Group"
|
||||
HeaderUpgrade = "Upgrade"
|
||||
)
|
||||
|
||||
// Pomerium headers contain information added to a request.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue