diff --git a/src/dream.mli b/src/dream.mli index a1fb5609..d9b5e482 100644 --- a/src/dream.mli +++ b/src/dream.mli @@ -2120,6 +2120,8 @@ val run : - [~interface] is the network interface to listen on. Defaults to ["localhost"]. Use ["0.0.0.0"] to listen on all interfaces. - [~port] is the port to listen on. Defaults to [8080]. + - If [~socket_path] is specified, Dream will listen on a Unix domain socket + at the given path, and ignore [~interface] and [~port]. - [~stop] is a promise that causes the server to stop accepting new requests, and {!Dream.run} to return. Requests that have already entered the Web application continue to be processed. The default value is a