Rocket/core
Sergio Benitez 3a44b1b28e Hide 'RouteUri' fields to ensure URI coherence.
Prior to this commit, several `RouteUri` fields were public, allowing
those values to be changed at will. These changes were at times not
reflected by the rest of the library, meaning that the values in the
route URI structure for a route became incoherent with the reflected
values. This commit makes all fields private, forcing all changes to go
through methods that can ensure coherence. All values remain accessible
via getter methods.
2023-04-10 13:26:54 -07:00
..
codegen Make trailing slashes significant during routing. 2023-04-10 12:40:39 -07:00
http Hide 'RouteUri' fields to ensure URI coherence. 2023-04-10 13:26:54 -07:00
lib Hide 'RouteUri' fields to ensure URI coherence. 2023-04-10 13:26:54 -07:00