mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-07 20:15:31 -05:00
5b97a12acd
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
10 lines
359 B
Go
10 lines
359 B
Go
package headers
|
|
|
|
const (
|
|
// "github.com/cs3org/reva/internal/http/services/datagateway" is internal so we redeclare it here
|
|
// TokenTransportHeader holds the header key for the reva transfer token
|
|
TokenTransportHeader = "X-Reva-Transfer"
|
|
// IfModifiedSince is used to mimic/pass on caching headers when using grpc
|
|
IfModifiedSince = "If-Modified-Since"
|
|
)
|