Std.Http.Server.Route.adding
fn
adding: &Std.Http.Server.Route.Router -> Std.Http.Server.Route.Route -> Std.Http.Server.Route.RouterThis is a callable function.
What it does
A router with one more route after the ones it has.
For a program building its routes from something it read rather than from a
list written in the source.
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.
