UNPKG

urllib

Version:

Help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirections, timeout and more. Base undici API.

8 lines (7 loc) 201 B
declare module 'formstream' { export default class FormStream { headers(): Record<string, string>; file(name: string, path: string): void; field(name: string, value: string): void; } }