Buckets:
| import { http } from "./effect.js" | |
| import { socket } from "./socket.js" | |
| /** HTTP and WebSocket cassette recording. */ | |
| export const HttpRecorder = { http, socket } as const | |
| export namespace HttpRecorder { | |
| /** Additional JSON metadata stored with a cassette. */ | |
| export type CassetteMetadata = import("./types.js").CassetteMetadata | |
| /** Recorder configuration. */ | |
| export type RecorderOptions = import("./types.js").RecorderOptions | |
| /** Additive redaction and header-preservation policy. */ | |
| export type RedactOptions = import("./types.js").RedactOptions | |
| /** Returns whether an incoming HTTP request matches a recorded request. */ | |
| export type RequestMatcher = import("./types.js").RequestMatcher | |
| /** The normalized HTTP request representation used for matching. */ | |
| export type RequestSnapshot = import("./types.js").RequestSnapshot | |
| } | |
Xet Storage Details
- Size:
- 849 Bytes
- Xet hash:
- fb8f847b9b27f4e5cce9c438ba85f6e6205d19fe6afaf4d889643b59f36c0d90
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.