Skip to content

Conversation

@tecc
Copy link

@tecc tecc commented Apr 24, 2023

This PR changes the types used for passing cookie names to the warp::filters::cookie filters from &'static str to impl ToString.
This is a partial fix for #763, however header names cannot use owned strings without some Very Unsafe Code.

Note that this change is completely backwards-compatible - as it uses impl ToString, you can still pass in a &str and it'll just make an owned string out of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant