@fatcherjs/middleware-form-data

A middleware for consuming payload to form data.


Keywords
ajax, fetch, http, request, streams
License
MIT
Install
npm install @fatcherjs/middleware-form-data@2.0.0

Documentation

Fatcher logo

Fatcher

Send fetch request gracefully in browsers and nodeJS

codecov install size Size npm package node compatibility build status

How it work

Fatcher Workflow

Why fetch

Fatcher Workflow

Documentation

➡️ View documentation Here

Install

NPM

>$ npm install fatcher

#or using yarn
>$ yarn add fatcher

#or using pnpm
>$ pnpm add fatcher

CDN

<script src="https://cdn.jsdelivr.net/npm/fatcher/dist/fatcher.min.js"></script>

Usage

For detailed usage information,visit the docs.

License

MIT