We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70dcf82 commit a58372bCopy full SHA for a58372b
src/Tiny_httpd.mli
@@ -459,7 +459,8 @@ val create :
459
@param sock an existing socket given to the server to listen on, e.g. by
460
systemd on Linux (or launchd on macOS). If passed in, this socket will be
461
used instead of the [addr] and [port]. If not passed in, those will be
462
- used. *)
+ used. This parameter exists since 0.10.
463
+*)
464
465
val addr : t -> string
466
(** Address on which the server listens. *)
0 commit comments