@arcjet/transport
v1.0.0-alpha.32
Published
Transport mechanisms for the Arcjet protocol
Downloads
15,418
Readme
@arcjet/transport
Transport mechanisms for the Arcjet protocol.
Installation
npm install -S @arcjet/transport
Example
import { createTransport } from "@arcjet/transport";
// The tranport can be used with the Arcjet protocol's `createClient` function.
const transport = createTransport("https://decide.arcjet.com");
License
Licensed under the Apache License, Version 2.0.