1.0.0-alpha.28 • Published 9 months ago

@arcjet/transport v1.0.0-alpha.28

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

@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.