mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-03 16:22:37 +00:00
e531770989
This commit aims to make it impossible to modify a 'Route' structure in a way that violates expectations of a code-generated 'Route'. It removes 'Route::set_uri()' in favor of 'Route::map_base()', which allows for safe modifications of the route's base. In a similar vain, this commit also includes the following changes: * 'Route::path()' was added to safely retrieve the route's 'path'. * The base of a 'Route' is underlined during launch printing. * 'Origin::into_normalized()' replaces 'Origin::to_normalized()'. Fixes #1262. |
||
---|---|---|
.. | ||
absolute-uris-okay-issue-443.rs | ||
attach-inspect.rs | ||
catcher-cookies-1213.rs | ||
conditionally-set-server-header-996.rs | ||
derive-reexports.rs | ||
fairing_before_head_strip-issue-546.rs | ||
flash-lazy-removes-issue-466.rs | ||
form_method-issue-45.rs | ||
form_value_decoding-issue-82.rs | ||
head_handling.rs | ||
limits.rs | ||
local_request_private_cookie-issue-368.rs | ||
local-request-content-type-issue-505.rs | ||
mapped-base-issue-1262.rs | ||
mount_point.rs | ||
nested-fairing-attaches.rs | ||
precise-content-type-matching.rs | ||
redirect_from_catcher-issue-113.rs | ||
responder_lifetime-issue-345.rs | ||
route_guard.rs | ||
segments-issues-41-86.rs | ||
strict_and_lenient_forms.rs | ||
twice_managed_state.rs | ||
typed-uri-docs-redef-issue-1373.rs | ||
unsound-local-request-1312.rs | ||
uri-percent-encoding-issue-808.rs |