We want `route_params` to be default-constructible yet we also want `request` to not be a copy. It should reference the object stored in the `parser`.
We want
route_paramsto be default-constructible yet we also wantrequestto not be a copy. It should reference the object stored in theparser.