UNPKG

@goa/content-type

Version:

[fork] Create and parse HTTP Content-Type header according to RFC 7231 Written In ES6 And Optimised With JavaScript Compiler.

9 lines (8 loc) 188 B
/* typal types/index.xml externs */ /** @const */ var _goa = {} /** * The content-type interface. * @typedef {{ type: string, parameters: !Object<string, string> }} */ _goa.ContentType