MCPcopy Create free account
hub / github.com/Snapchat/Valdi / HTTPRequest

Interface HTTPRequest

valdi_core/generated-src/ts/valdi_core.ts:107–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107export interface /*record*/ HTTPRequest {
108 url: any;
109 method: any;
110 headers: any;
111 body?: Uint8Array;
112 /** Between 0 being lowest, to 10 being maximum */
113 priority: number;
114}
115
116export interface /*record*/ HTTPResponse {
117 statusCode: number;

Callers 2

addMockedResponseMethod · 0.50
loadImageUriMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected