warp
warp copied to clipboard
`Origin` and `IntoOrigin` are undocumented
The documentation for warp::filters::cors mentions an Origin struct and an IntoOrigin trait, but does not seem to contain any information about what they are, what they are implemented on, and so on.


This would be fixed by https://github.com/seanmonstar/warp/pull/769
I was surprised to get errors about IntoOrgin not being implemented on String until I looked at the source code of wrap itself and saw that it is implemented only on &str