http-server-rs icon indicating copy to clipboard operation
http-server-rs copied to clipboard

HTTP Etag caching support

Open naturallymitchell opened this issue 5 years ago • 0 comments

Caching would make http-server-rs more efficient. For info about this feature in Actix web, see Constant actix_web::http::header::IF_NONE_MATCH, and also using md5 for Etag caching for some more general info.

naturallymitchell avatar Aug 11 '18 22:08 naturallymitchell