request => urequest

This commit is contained in:
AJ ONeal 2018-07-06 20:41:35 -06:00
parent 2d95ed2ac0
commit 7683d35958
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ request(options, callback);
## UNIX Domain Sockets
`request` supports making requests to [UNIX Domain Sockets](https://en.wikipedia.org/wiki/Unix_domain_socket). To make one, use the following URL scheme:
`urequest` supports making requests to [UNIX Domain Sockets](https://en.wikipedia.org/wiki/Unix_domain_socket). To make one, use the following URL scheme:
```js
/* Pattern */ 'http://unix:SOCKET:PATH'