mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2026-03-07 21:37:57 -05:00
Merge branch 'main' into simon/various-fixes
This commit is contained in:
commit
b87226d1be
1 changed files with 4 additions and 1 deletions
|
|
@ -54,7 +54,10 @@ 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. *)
|
|
||||||
|
(** [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