Std.Http.Safe.originOf
1 declaration
fn
originOf: &Std.Url.Url -> StrThis is a callable function.
What it does
The scheme and host a URL names, which is what an origin comparison is
between — a path or a query never makes two targets different origins.
Read the signature
- The text after the name is the type checked by Pudu.
- Read arrows from left to right: inputs come first, and the final type is returned.
- & borrows a value for this call instead of moving or copying it.
