This commit is contained in:
Simon Cruanes 2025-01-29 22:25:22 -05:00
parent 09ff4f98ed
commit 92999d56e8
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -32,7 +32,7 @@ val rest_of_path : (string -> 'a, 'a) t
@since 0.7 *) @since 0.7 *)
val rest_of_path_urlencoded : (string -> 'a, 'a) t val rest_of_path_urlencoded : (string -> 'a, 'a) t
(** Matches a string, even containing ['/'], an URL-decode it. (** Matches a string, even containing ['/'], and URL-decode it (piecewise).
This will match the entirety of the remaining route. This will match the entirety of the remaining route.
@since 0.7 *) @since 0.7 *)