Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 457 Bytes

File metadata and controls

20 lines (12 loc) · 457 Bytes

Follow on Twitter

CodeMirror HTTP

HTTP request and response editing module for CodeMirror.

Usage

var codemirrorHttp = require('codemirror-http');

codemirrorHttp.install(CodeMirror);

editor.setMode('httprequest'); // for http requests
editor.setMode('httpresponse'); // for http responses

Install

npm install codemirror-http