UNPKG

@statezero/statezero-tunnel

Version:

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

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