1
0
spogulis no https://github.com/therootcompany/request.js.git synced 2024-11-16 17:28:58 +00:00

request => urequest

Šī revīzija ir iekļauta:
AJ ONeal 2018-07-06 20:41:35 -06:00
vecāks 2d95ed2ac0
revīzija 7683d35958

Parādīt failu

@ -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'