MCPcopy Create free account
hub / github.com/form-data/form-data / AppendOptions

Interface AppendOptions

index.d.ts:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 }
50
51 interface AppendOptions {
52 header?: string | Headers;
53 knownLength?: number;
54 filename?: string;
55 filepath?: string;
56 contentType?: string;
57 }
58
59 interface SubmitOptions extends http.RequestOptions {
60 protocol?: 'https:' | 'http:';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected