We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8cbb03 + db82f47 commit 8f124efCopy full SHA for 8f124ef
1 file changed
README.md
@@ -298,6 +298,14 @@ Route the request through the specified proxy.
298
fetch --proxy http://localhost:8000 example.com
299
```
300
301
+**Unix Socket**: `--unix PATH`
302
+
303
+Make the request over a Unix domain socket. Only available on Unix-like systems.
304
305
+```sh
306
+fetch --unix /var/run/service.sock http://unix/
307
+```
308
309
**Insecure TLS**: `--insecure`
310
311
Allow for invalid TLS certificates from the server.
0 commit comments