UNPKG

@advanced-rest-client/arc-headers

Version:

A module that contains UI and logic for handle HTTP headers in an HTTP request and request editors.

8 lines (6 loc) 204 B
import addon from './HeadersAddon.js'; /* global CodeMirror */ if (window.CodeMirror) { CodeMirror.defineMode('http-headers', addon); CodeMirror.defineMIME('message/http-headers', 'http-headers'); }