1
0
réplica de https://github.com/therootcompany/request.js.git sincronizado 2024-11-16 17:28:58 +00:00

request => urequest

Este cometimento está contido em:
AJ ONeal 2018-07-06 20:41:35 -06:00
ascendente 2d95ed2ac0
cometimento 7683d35958

Ver ficheiro

@ -134,7 +134,7 @@ request(options, callback);
## UNIX Domain Sockets ## 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 ```js
/* Pattern */ 'http://unix:SOCKET:PATH' /* Pattern */ 'http://unix:SOCKET:PATH'