@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();

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.4.0-rc.03latest

Version History

VersionDownloads (Last 7 Days)Published
1.4.0-rc.03
1.2.4-rc.11
1.2.4-rc.00
1.2.321
1.2.3-rc.00
1.2.21
1.2.12
1.2.01
1.2.0-rc.101
1.2.0-rc.90
1.2.0-rc.80
1.2.0-rc.70
1.2.0-rc.60
1.2.0-rc.50
1.2.0-rc.40
1.2.0-rc.30
1.2.0-rc.20
1.2.0-rc.10
1.2.0-rc.00

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