mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-07 11:45:36 -05:00
fix doc
This commit is contained in:
parent
a35b063d41
commit
e267838d23
1 changed files with 3 additions and 4 deletions
|
|
@ -228,10 +228,9 @@ module Request : sig
|
||||||
and headers are read; then it has a stream body; then the body might be
|
and headers are read; then it has a stream body; then the body might be
|
||||||
entirely read as a string via {!read_body_full}.
|
entirely read as a string via {!read_body_full}.
|
||||||
|
|
||||||
The field [query] was added @since 0.6 and contains
|
@since 0.6 The field [query] was added and contains the query parameters in ["?foo=bar,x=y"]
|
||||||
the query parameters in ["?foo=bar,x=y"]
|
|
||||||
The field [path_components] is the part of the path that precedes [query]
|
@since 0.6 The field [path_components] is the part of the path that precedes [query] and is split on ["/"].
|
||||||
and is split on ["/"] and was added @since 0.6
|
|
||||||
*)
|
*)
|
||||||
|
|
||||||
val pp : Format.formatter -> string t -> unit
|
val pp : Format.formatter -> string t -> unit
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue