mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2026-03-09 15:23:33 -04:00
doc
This commit is contained in:
parent
9a1343aef7
commit
37ba54a4d6
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@ _build
|
||||||
_opam
|
_opam
|
||||||
*.install
|
*.install
|
||||||
.merlin
|
.merlin
|
||||||
|
todo.md
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,7 @@ 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. *)
|
||||||
|
|
||||||
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