You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm admittedly new to Rust so correct me where I'm wrong but it appears to me that a user is only able to construct a Vary: * header and is not able to construct a "custom" Vary header like Vary: accept-encoding.
If I'm correct, I'd be happy to submit a PR that enables creation of custom Vary headers though I'd probably need some direction from maintainers on what the API should look like.
The text was updated successfully, but these errors were encountered:
I'm admittedly new to Rust so correct me where I'm wrong but it appears to me that a user is only able to construct a
Vary: *
header and is not able to construct a "custom" Vary header likeVary: accept-encoding
.If I'm correct, I'd be happy to submit a PR that enables creation of custom Vary headers though I'd probably need some direction from maintainers on what the API should look like.
The text was updated successfully, but these errors were encountered: