File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3208,7 +3208,7 @@ server.listen(8000);
32083208
32093209## ` http.createStaticServer([options]) `
32103210
3211- <!-- YAML
3211+ <!-- YAML
32123212added: REPLACEME
32133213-->
32143214
@@ -3228,9 +3228,9 @@ added: REPLACEME
32283228* Returns: {http.Server}
32293229
32303230Start a TCP server listening for connections on the given ` port ` and ` host ` , and
3231- serve static local files, using ` directory ` as the root. Please note that
3232- when specifying a ` host ` other than ` localhost ` , you are exposing your local file
3233- system to all the machines that can connect to your computer.
3231+ serve static local files, using ` directory ` as the root.
3232+ When specifying a ` host ` other than ` localhost ` , you are exposing your local
3233+ file system to all the machines that can connect to your computer.
32343234
32353235If specified and not ` null ` , ` filter ` will be called with two arguments: the
32363236first one if the request URL string (the URL that is present in the actual HTTP
You can’t perform that action at this time.
0 commit comments