@nymproject/mix-fetch-commonjs
TypeScript icon, indicating that this package has built-in type declarations

1.4.0-rc.0 • Public • Published

Nym MixFetch

This package is a drop-in replacement for fetch to send HTTP requests over the Nym Mixnet.

Usage

const { mixFetch } = require('@nymproject/mix-fetch');

...

const response = await mixFetch('https://nymtech.net');
const html = await response.text();

Readme

Keywords

none

Package Sidebar

Install

npm i @nymproject/mix-fetch-commonjs

Weekly Downloads

3

Version

1.4.0-rc.0

License

Apache-2.0

Unpacked Size

10.4 MB

Total Files

9

Last publish

Collaborators

  • nymtech
  • jstuczyn
  • mmsinclair
  • nymbot