pksunkara / reign

Opinionated Isomorphic Web Framework in Rust
https://reign.rs
Apache License 2.0
5 stars 3 forks source link

Support `If-Unmodified-Since` in static server #23

Open pksunkara opened 3 years ago

pksunkara commented 3 years ago

Since all the requests are GET, we should only use this if If-Range header is present.

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Unmodified-Since

Blocked by #21