1.4.4 • Published 3 months ago
@nymproject/mix-fetch-commonjs
Licence
Apache-2.0
Version
1.4.4
Deps
0
Size
12.4 MB
Vulns
0
Weekly
0
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();