use last_modified header wherever possible fast caching #50
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
i think ots almost done, however systematic testing should be applied. also right now only last_modified is returned as header but not an etag, why?
because etag is not convenient for the use case of this coin app. last_modified is sufficcient and better suited to the data format.
see #13