Tento commit je obsažen v:
AJ ONeal 2021-08-20 22:57:43 -06:00 odevzdal GitHub
rodič a95d003ed5
revize ed2bab931f
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 4AEE18F83AFDEB23

Zobrazit soubor

@ -1,4 +1,4 @@
# [µRequest](https://git.rootprojects.org/root/request.js) | a [Root](https://rootprojects.org) project
# [@root/request](https://git.rootprojects.org/root/request.js) | a [Root](https://rootprojects.org) project
> Minimalist HTTP client
@ -10,7 +10,7 @@ Written from scratch, with zero-dependencies.
## Super simple to use
µRequest is designed to be a drop-in replacement for request. It supports HTTPS and follows redirects by default.
@root/request is designed to be a drop-in replacement for request. It also supports Promises and async/await by default.
```bash
npm install --save @root/request