UNPKG

httpyac

Version:

HTTP/REST CLI Client for *.http files

7 lines (6 loc) 149 B
export interface ContentType { mimeType: string; contentType: string; charset?: string | undefined; boundary?: string | undefined; }