mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 03:05:29 -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)
|
||||
with Exit -> None
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
(** {1 Some utils for writing web servers}
|
||||
|
||||
@since NEXT_RELEASE
|
||||
@since 0.2
|
||||
*)
|
||||
|
||||
val percent_encode : ?skip:(char -> bool) -> string -> string
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
opam-version: "2.0"
|
||||
version: "0.1"
|
||||
version: "0.2"
|
||||
authors: ["Simon Cruanes"]
|
||||
maintainer: "simon.cruanes.2007@m4x.org"
|
||||
license: "MIT"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue