wretch
Request library
A small wrapper around fetch to simplify network requests and handle responses
A tiny wrapper built around fetch with an intuitive syntax.
5k stars
23 watching
98 forks
Language: TypeScript
last commit: 6 days ago
Linked from 4 awesome lists
ajaxfetchformdatahttphttp-clienthttp-requestjavascriptjsonnodejspromiserequesttypescript
Related projects:
Repository | Description | Stars |
---|---|---|
matthew-andrews/isomorphic-fetch | Enables cross-browser compliant use of the Fetch API in Node and browser environments. | 6,953 |
node-fetch/node-fetch | A module that enables a standard HTTP client API on Node.js | 8,782 |
wg/wrk | A tool for simulating heavy HTTP traffic to test server performance and endurance. | 38,001 |
jakechampion/fetch | A polyfill for the Fetch API in web browsers | 25,757 |
hoppscotch/hoppscotch | An API development and testing ecosystem with a minimalistic UI, supporting various protocols and authentication methods. | 65,598 |
trpc/trpc | Builds and consumes fully typesafe APIs without schemas or code generation | 34,993 |
sindresorhus/ky | A tiny and elegant HTTP client based on the Fetch API | 13,866 |
nock/nock | A library that enables testing and mocking of HTTP requests in Node.js applications | 12,738 |
vercel/swr | A React Hooks library for efficient and reliable data fetching. | 30,557 |
callstack/haul | A command line tool for developing React Native apps powered by Webpack | 3,644 |
toss/es-toolkit | A high-performance utility library for JavaScript with strong type annotations and a small bundle size. | 7,029 |
nestjsx/crud | A toolset providing easy-to-use CRUD functionality for building RESTful APIs with NestJS | 4,095 |
orange-opensource/hurl | A command line tool for testing and running HTTP requests with plain text format. | 13,103 |
apify/crawlee | A tool for building reliable web scraping and browser automation pipelines in Node.js. | 15,604 |
node-formidable/formidable | A module for parsing multipart form data, especially file uploads in Node.js applications. | 7,055 |