mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
add a @since
This commit is contained in:
parent
70dcf8269a
commit
a58372b9a7
1 changed files with 2 additions and 1 deletions
|
|
@ -459,7 +459,8 @@ val create :
|
|||
@param sock an existing socket given to the server to listen on, e.g. by
|
||||
systemd on Linux (or launchd on macOS). If passed in, this socket will be
|
||||
used instead of the [addr] and [port]. If not passed in, those will be
|
||||
used. *)
|
||||
used. This parameter exists since 0.10.
|
||||
*)
|
||||
|
||||
val addr : t -> string
|
||||
(** Address on which the server listens. *)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue