mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-25 14:26:58 +00:00
propagate ETag
This commit is contained in:
parent
cc32bab31f
commit
6dcb3b4ca0
2 changed files with 9 additions and 0 deletions
|
@ -25,6 +25,7 @@ type Client struct {
|
|||
|
||||
type FileResponse struct {
|
||||
Exists bool
|
||||
ETag []byte
|
||||
MimeType string
|
||||
Body []byte
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue