All Projects β†’ Wessel β†’ wumpfetch

Wessel / wumpfetch

Licence: MIT License
πŸš€πŸ”— A modern, lightweight, fast and easy to use Node.js HTTP client

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to wumpfetch

electron-request
Zero-dependency, Lightweight HTTP request client for Electron or Node.js
Stars: ✭ 45 (+125%)
Mutual labels:  fetch, lightweight, https, request
hent
A small utility to fetch remote files into buffers
Stars: ✭ 23 (+15%)
Mutual labels:  fetch, request, get
seenreq
Generate an object for testing if a request is sent, request is Mikeal's request.
Stars: ✭ 42 (+110%)
Mutual labels:  url, request, post
github-base
Simple, opinionated node.js interface for creating basic apps with the GitHub API.
Stars: ✭ 58 (+190%)
Mutual labels:  url, request, get
woodpecker
woodpecker http client for Android
Stars: ✭ 17 (-15%)
Mutual labels:  post, get
rxrest
Reactive rest library
Stars: ✭ 33 (+65%)
Mutual labels:  fetch, request
miniprogram-network
Redefine the Network API of Wechat MiniProgram (ε°η¨‹εΊη½‘η»œεΊ“)
Stars: ✭ 93 (+365%)
Mutual labels:  fetch, request
cypress-upload-file-post-form
Solution for two Cypress testing use-cases I came across with: perform a direct http FORM request to the server containing a file and other parameters and upload a file into a form before submission
Stars: ✭ 59 (+195%)
Mutual labels:  request, post
AxleJS
Fetch, supercharged.
Stars: ✭ 28 (+40%)
Mutual labels:  fetch, request
gists
Methods for working with the GitHub Gist API. Node.js/JavaScript
Stars: ✭ 96 (+380%)
Mutual labels:  request, get
hermes-js
Universal action dispatcher for JavaScript apps
Stars: ✭ 15 (-25%)
Mutual labels:  fetch, request
node-match-path
Matches a URL against a path. Parameters, wildcards, RegExp.
Stars: ✭ 30 (+50%)
Mutual labels:  url, request
net
A small, modern, PSR-7 compatible PSR-17 and PSR-18 network library for PHP, inspired by Go's net package.
Stars: ✭ 16 (-20%)
Mutual labels:  https, request
cmn-utils
公共函数&请求封装
Stars: ✭ 43 (+115%)
Mutual labels:  fetch, request
http
Aplus Framework HTTP Library
Stars: ✭ 113 (+465%)
Mutual labels:  url, request
node-http-client
πŸ”Œ A light-weight, performant, composable blueprint for writing consistent and re-usable Node.js HTTP clients
Stars: ✭ 21 (+5%)
Mutual labels:  fetch, https
servie
Standard, framework-agnostic HTTP interfaces for JavaScript servers and clients
Stars: ✭ 39 (+95%)
Mutual labels:  https, request
Holen
Declarative fetch for React
Stars: ✭ 152 (+660%)
Mutual labels:  fetch, request
Wretch
A tiny wrapper built around fetch with an intuitive syntax. 🍬
Stars: ✭ 2,285 (+11325%)
Mutual labels:  fetch, request
legible
the cleanest way to make http requests in js / node
Stars: ✭ 49 (+145%)
Mutual labels:  fetch, request

Wumpfetch - A fast and easy to use HTTP client

MIT License Travis Build Status

Wumpfetch is a fast, lightweight and easy to use HTTP client for Node.JS.

GitHub | NPM


Installing

$ yarn add wumpfetch # Install w/ Yarn
$ npm i wumpfetch # Install w/ NPM

Benchmarking

URL used for benchmarks: https://httpbin.org/get

Library 1 Request 10 Requests 100 Requests
Wumpfetch 429.571ms 4135.043ms 42182.140ms
got 420.319ms 4163.749ms 43634.187ms
axios 437.274ms 4168.437ms 47437.898ms
node-fetch 543.618ms 4217.365ms 43813.187ms

Documentation

Documentation can be found at https://github.com/PassTheWessel/wumpfetch/wiki

License

FOSSA Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].