1.2.4-rc.1 • Published 2 years ago
@nymproject/mix-fetch-node-commonjs v1.2.4-rc.1
Nym MixFetch
This package is a drop-in replacement for fetch
in NodeJS to send HTTP requests over the Nym Mixnet.
Usage
const { mixFetch } = require('@nymproject/mix-fetch-node-commonjs');
...
const response = await mixFetch('https://nymtech.net');
const html = await response.text();
1.2.4-rc.1
2 years ago
1.2.4-rc.0
2 years ago
1.2.3
2 years ago
1.2.3-rc.0
2 years ago
1.2.2
2 years ago
1.2.1
2 years ago
1.2.1-rc.2
2 years ago
1.2.1-rc.1
2 years ago