Détail du package

@arcjet/transport

arcjet85.3kApache-2.01.0.0-beta.15

Transport mechanisms for the Arcjet protocol

arcjet, transport, utility, util

readme

<picture> <source media="(prefers-color-scheme: dark)" srcset="https://arcjet.com/logo/arcjet-dark-lockup-voyage-horizontal.svg"> Arcjet Logo </picture>

@arcjet/transport

<picture> <source media="(prefers-color-scheme: dark)" srcset="https://img.shields.io/npm/v/%40arcjet%2Ftransport?style=flat-square&label=%E2%9C%A6Aj&labelColor=000000&color=5C5866"> npm badge </picture>

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/transport

Example

import { createTransport } from "@arcjet/transport";

const transport = createTransport("https://decide.arcjet.com");
// This can now be passed to `createClient` from `@arcjet/protocol`.

License

Apache License, Version 2.0 © Arcjet Labs, Inc.