Skip to content

Commit 04cd45f

Browse files
committed
Added content hash header
1 parent b000215 commit 04cd45f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/types/http.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const (
1515
ContentLengthHeader = "Content-Length"
1616
ContentDispositonHeader = "Content-Disposition"
1717
ContentModifiedHeader = "Last-Modified"
18+
ContentHashHeader = "ETag"
1819
)
1920

2021
///////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)