We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b000215 commit 04cd45fCopy full SHA for 04cd45f
pkg/types/http.go
@@ -15,6 +15,7 @@ const (
15
ContentLengthHeader = "Content-Length"
16
ContentDispositonHeader = "Content-Disposition"
17
ContentModifiedHeader = "Last-Modified"
18
+ ContentHashHeader = "ETag"
19
)
20
21
///////////////////////////////////////////////////////////////////////////////
0 commit comments