1 Prism.languages.http={"request-line":{pattern:/^(POST|GET|PUT|DELETE|OPTIONS|PAT
CH|TRACE|CONNECT)\b\shttps?:\/\/\S+\sHTTP\/[0-9.]+/,inside:{property:/^\b(POST|G
ET|PUT|DELETE|OPTIONS|PATCH|TRACE|CONNECT)\b/,"attr-name":/:\w+/}},"response-sta
tus":{pattern:/^HTTP\/1.[01] [0-9]+.*/,inside:{property:/[0-9]+[A-Z\s-]+$/i}},ke
yword:/^[\w-]+:(?=.+)/m};var httpLanguages={"application/json":Prism.languages.j
avascript,"application/xml":Prism.languages.markup,"text/xml":Prism.languages.ma
rkup,"text/html":Prism.languages.markup};for(var contentType in httpLanguages)if
(httpLanguages[contentType]){var options={};options[contentType]={pattern:new Re
gExp("(content-type:\\s*"+contentType+"[\\w\\W]*?)\\n\\n[\\w\\W]*","i"),lookbehi
nd:!0,inside:{rest:httpLanguages[contentType]}},Prism.languages.insertBefore("ht
tp","keyword",options)} | 1 Prism.languages.http={"request-line":{pattern:/^(POST|GET|PUT|DELETE|OPTIONS|PAT
CH|TRACE|CONNECT)\b\shttps?:\/\/\S+\sHTTP\/[0-9.]+/m,inside:{property:/^(POST|GE
T|PUT|DELETE|OPTIONS|PATCH|TRACE|CONNECT)\b/,"attr-name":/:\w+/}},"response-stat
us":{pattern:/^HTTP\/1.[01] [0-9]+.*/m,inside:{property:{pattern:/(^HTTP\/1.[01]
)[0-9]+.*/i,lookbehind:!0}}},"header-name":{pattern:/^[\w-]+:(?=.)/m,alias:"key
word"}};var httpLanguages={"application/json":Prism.languages.javascript,"applic
ation/xml":Prism.languages.markup,"text/xml":Prism.languages.markup,"text/html":
Prism.languages.markup};for(var contentType in httpLanguages)if(httpLanguages[co
ntentType]){var options={};options[contentType]={pattern:new RegExp("(content-ty
pe:\\s*"+contentType+"[\\w\\W]*?)(?:\\r?\\n|\\r){2}[\\w\\W]*","i"),lookbehind:!0
,inside:{rest:httpLanguages[contentType]}},Prism.languages.insertBefore("http","
header-name",options)} |