@arcjet/transport
v1.0.0-beta.15
Published
Transport mechanisms for the Arcjet protocol
Downloads
102,597
Readme
@arcjet/transport
Transport mechanisms for the Arcjet protocol.
What is this?
This package provides a way to talk to our protocol.
When should I use this?
This is an internal Arcjet package not designed for public use. See our Get started guide for how to use Arcjet in your application.
Install
This package is ESM only. Install with npm in Node.js:
npm install @arcjet/transportExample
import { createTransport } from "@arcjet/transport";
const transport = createTransport("https://decide.arcjet.com");
// This can now be passed to `createClient` from `@arcjet/protocol`.