mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-05 19:00:32 -05:00
doc
This commit is contained in:
parent
9a1343aef7
commit
8a8aadfbb0
1 changed files with 2 additions and 0 deletions
|
|
@ -54,6 +54,8 @@ val to_string : _ t -> string
|
||||||
@since 0.7 *)
|
@since 0.7 *)
|
||||||
|
|
||||||
val to_url : ('a, string) t -> 'a
|
val to_url : ('a, string) t -> 'a
|
||||||
|
(** [to_url route args] takes a route, and turns it into a URL path.
|
||||||
|
@since NEXT_RELEASE *)
|
||||||
|
|
||||||
module Private_ : sig
|
module Private_ : sig
|
||||||
val eval : string list -> ('a, 'b) t -> 'a -> 'b option
|
val eval : string list -> ('a, 'b) t -> 'a -> 'b option
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue