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

1.2.4-rc.1 • 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();

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @nymproject/mix-fetch-commonjs

      Weekly Downloads

      0

      Version

      1.2.4-rc.1

      License

      Apache-2.0

      Unpacked Size

      10.4 MB

      Total Files

      9

      Last publish

      Collaborators

      • nymbot
      • mmsinclair
      • nymtech
      • jstuczyn