mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-20 20:08:07 -05:00
10 lines
367 B
Go
10 lines
367 B
Go
package net
|
|
|
|
const (
|
|
// "github.com/cs3org/reva/internal/http/services/datagateway" is internal so we redeclare it here
|
|
// HeaderTokenTransport holds the header key for the reva transfer token
|
|
HeaderTokenTransport = "X-Reva-Transfer"
|
|
// HeaderIfModifiedSince is used to mimic/pass on caching headers when using grpc
|
|
HeaderIfModifiedSince = "If-Modified-Since"
|
|
)
|