components/prism-http.js


Log

Author Commit Date CI Message
Golmote 37ef24eb 2017-10-22T14:42:28 HTTP: Regexp simplification + don't use captures if not needed
Valtteri Laitinen 8aa2cc4a 2017-05-08T13:56:50 Replace [\w\W] with [\s\S] and [0-9] with \d in regexes (#1107) * Replace [\w\W] with [^] and [0-9] with \d in regexes * Replace [\s\S] with [^] * Replace [^] with [\s\S]
Golmote aaa90f10 2015-08-23T17:25:40 HTTP: Fix indentation + Add multiline flag for more flexibility + Fix response status + Handle \r\n and \r
Golmote b1fd5bdc 2015-03-10T08:27:53 Removed unused global flag in all grammars
Lennard van Gunst ac41a8d2 2014-10-27T15:12:59 Make HTTP response-status case-insensitive
James Brumond 7bfed0f0 2013-12-18T22:31:53 added extra methods to HTTP lang
Daniel G. Taylor 3527ccc7 2013-06-01T09:24:18 Add support for raw HTTP request and response syntax highlighting; add examples for these on the examples pages.