UNPKG

@statezero/statezero-tunnel

Version:

Tunnelmole client for StateZero users to create secure tunnels to their local services.

10 lines (9 loc) 214 B
import { Headers } from "../http/headers"; export default interface ForwardedRequestMessage { type: string; requestId: string; url: string; method: string; headers: Headers; body: string; }