@nymproject/mix-fetch
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

Use mixFetch in your own project with:

import { mixFetch } from '@nymproject/mix-fetch';

...

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

Dependents (0)

Package Sidebar

Install

npm i @nymproject/mix-fetch

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