0.6.3 • Published 2 years ago
http-pro v0.6.3
- fetch based HTTP client for the browser, node.js, and bun.js.
WHY http-pro?
- similar syntax to Axios.
- Better Typescript support than default fetch API.
- Works well with URL, Header, URLSearchParams, and Request Object.
- Instance and extending instances with defaults.
- interceptor function.
- 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
2 years ago
0.6.2
2 years ago
0.5.0
2 years ago
0.4.1
2 years ago
0.6.1
2 years ago
0.6.0
2 years ago
0.5.1
2 years ago
0.3.5
3 years ago
0.3.4
3 years ago
0.3.3
3 years ago
0.3.2
3 years ago
0.3.1
3 years ago
0.3.0
3 years ago
0.2.2
3 years ago
0.2.0
3 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago
0.0.2
3 years ago