CacheControl private

This commit is contained in:
Valentin Brandl 2019-08-07 21:10:04 +02:00
parent 733c6135da
commit e81136b045
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -108,6 +108,7 @@ pub(crate) trait Service: Sized {
)
.as_str(),
)
.set(CacheControl(vec![CacheDirective::Private]))
.finish()
})
.from_err(),