codemirror-http

1.0.1 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i codemirror-http

Weekly Downloads

0

Version

1.0.1

License

none

Last publish

Collaborators

  • wsmaster