mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-07 11:45:36 -05:00
prepare for 0.2
This commit is contained in:
parent
61e5badf17
commit
d1828fdcaa
3 changed files with 2 additions and 22 deletions
|
|
@ -69,23 +69,3 @@ let percent_decode (s:string) : _ option =
|
||||||
Some (Buffer.contents buf)
|
Some (Buffer.contents buf)
|
||||||
with Exit -> None
|
with Exit -> None
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
(** {1 Some utils for writing web servers}
|
(** {1 Some utils for writing web servers}
|
||||||
|
|
||||||
@since NEXT_RELEASE
|
@since 0.2
|
||||||
*)
|
*)
|
||||||
|
|
||||||
val percent_encode : ?skip:(char -> bool) -> string -> string
|
val percent_encode : ?skip:(char -> bool) -> string -> string
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
version: "0.1"
|
version: "0.2"
|
||||||
authors: ["Simon Cruanes"]
|
authors: ["Simon Cruanes"]
|
||||||
maintainer: "simon.cruanes.2007@m4x.org"
|
maintainer: "simon.cruanes.2007@m4x.org"
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue