Send Last-Modified Header for HTML responses #17
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
The responses for the /uploaded/{id} and /{id} endpoints should also include a Last-Modified HTTP-Header when they are in their HTML-Format.
Maybe a *Varies: Accept-Encoding is necesary then.
Actix does not seem to provide a middleware for this, this needs to be implemented manually.