Skip to content

Commit

Permalink
docs: add tar to cache control
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Jun 30, 2022
1 parent c18dda7 commit 308bd1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions http-gateways/PATH_GATEWAY.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,8 @@ Returned directive depends on requested content path and format:
value, but it should not be lower than 60 seconds.

- `Cache-Control: no-cache, no-transform` should be returned with
`application/vnd.ipld.car` responses if the block order in CAR stream is not
guaranteed to be deterministic.
`application/vnd.ipld.car` and `application/x-tar` responses if
the block order in CAR stream, or the TAR response, is not guaranteed to be deterministic.

### `Last-Modified` (response header)

Expand Down

0 comments on commit 308bd1c

Please sign in to comment.