mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 03:05:29 -05:00
typo
This commit is contained in:
parent
09ff4f98ed
commit
92999d56e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 *)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue