0.6.3 • Published 6 months ago

http-pro v0.6.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago
  • fetch based HTTP client for the browser, node.js, and bun.js.

WHY http-pro?

  1. similar syntax to Axios.
  2. Better Typescript support than default fetch API.
  3. Works well with URL, Header, URLSearchParams, and Request Object.
  4. Instance and extending instances with defaults.
  5. interceptor function.
  6. validate your response with zod and yup.

Why Http pro over axios?

  • axios uses XMLHttpRequests in browser. so it can't leverage all the new features that javascript provides with fetch-api. for example, axios does not support the Header, Request Objects.
  • axios does not does not support service workers and Cache API out of the box.

documentation

0.6.3

6 months ago

0.6.2

6 months ago

0.5.0

6 months ago

0.4.1

7 months ago

0.6.1

6 months ago

0.6.0

6 months ago

0.5.1

6 months ago

0.3.5

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.2

2 years ago

0.2.0

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.0.2

2 years ago