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.

6 lines (5 loc) 163 B
import { getHints } from './HintHttpHeaders.js'; /* global CodeMirror */ if (window.CodeMirror) { CodeMirror.registerHelper('hint', 'http-headers', getHints); }