http-rs / http-types

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

Apply polish to unpublished Content-Location header #276

Closed yoshuawuyts closed 3 years ago

yoshuawuyts commented 3 years ago

Applies polish to unpublished Content-Location header. In particular location should not return a String, but instead &Url. Going to merge when CI passes to ensure we release the first version with this change applied.