Skip to content

Commit

Permalink
add a @SInCE
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Sep 25, 2021
1 parent 70dcf82 commit a58372b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Tiny_httpd.mli
Original file line number Diff line number Diff line change
Expand Up @@ -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. *)
Expand Down

0 comments on commit a58372b

Please sign in to comment.