Initially created for GRROXY
- One parser for request/response
- Auto detect and parse body of request/response
-
Param=value
highlight for URI and Cookies/Set-Cookies - Autocomplete Headers and Methods
npm i codemirror-lang-http-bak
Just push it in your extensions
EditorState.create({
extensions: [
// other extensions
http()
],
}),
HTML
, JSON
, JavaScript
, JS
, XML
GraphQL