0.7.2 • Published 2 years ago

@36node/fetch v0.7.2

Weekly downloads
213
License
MIT
Repository
github
Last release
2 years ago

@36node/fetch

version downloads

Usage

yarn add @36node/fetch
import fetch from "@36node/fetch";

const res = await fetch("some url", { headers: {} });
console.log(res.headers);
console.log(res.body);

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

module © 36node, Released under the MIT License.

Authored and maintained by 36node with help from contributors (list).

github.com/zzswang · GitHub @36node

0.7.2

2 years ago

0.7.0

3 years ago

0.6.5

3 years ago

0.6.4

5 years ago

0.6.2

5 years ago

0.6.0

5 years ago

0.5.1

5 years ago

0.4.11

5 years ago

0.4.10

5 years ago

0.4.9

5 years ago

0.4.8

5 years ago

0.4.6

5 years ago

0.4.5

6 years ago

0.4.3

6 years ago

0.4.1

6 years ago

0.3.8

6 years ago

0.3.7

6 years ago

0.3.6

6 years ago

0.3.5

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.0

6 years ago