https://github.com/cburgdorf/Floor/blob/master/src/request.r...
If you're unfamiliar, Rust has some fairly strict rules about lifetimes. Basically this syntax means that the thing referenced by `origin` needs to live for as long as the Request that contains it.
https://github.com/cburgdorf/Floor/blob/master/src/request.r...
If you're unfamiliar, Rust has some fairly strict rules about lifetimes. Basically this syntax means that the thing referenced by `origin` needs to live for as long as the Request that contains it.