http-rs / http-types

Common types for HTTP operations
https://docs.rs/http-types
Apache License 2.0
200 stars 83 forks source link

Expires #220

Closed yoshuawuyts closed 4 years ago

yoshuawuyts commented 4 years ago

Implements the Expires header (mdn). This pulls in the HTTP date parser encoder from async-h1, which sets the stage to later on implement Date, If-Modified-Since, and other date-based headers.

Ref #99. Relies on #219. Thanks!

Screenshot

Screenshot_2020-08-07 http_types cache Expires - Rust