...

Text file src/github.com/alecthomas/chroma/v2/lexers/testdata/http.response.expected

Documentation: github.com/alecthomas/chroma/v2/lexers/testdata

     1[
     2  {"type":"KeywordReserved","value":"HTTP"},
     3  {"type":"Operator","value":"/"},
     4  {"type":"LiteralNumber","value":"1.1"},
     5  {"type":"Text","value":" "},
     6  {"type":"LiteralNumber","value":"202"},
     7  {"type":"Text","value":" "},
     8  {"type":"NameException","value":"OK"},
     9  {"type":"Text","value":"\n"},
    10  {"type":"Name","value":"Server"},
    11  {"type":"Operator","value":":"},
    12  {"type":"Text","value":" "},
    13  {"type":"Literal","value":"nginx"},
    14  {"type":"Text","value":"\n"},
    15  {"type":"Name","value":"Date"},
    16  {"type":"Operator","value":":"},
    17  {"type":"Text","value":" "},
    18  {"type":"Literal","value":"Sat, 08 Apr 2023 19:25:13 GMT"},
    19  {"type":"Text","value":"\n"},
    20  {"type":"Name","value":"Connection"},
    21  {"type":"Operator","value":":"},
    22  {"type":"Text","value":" "},
    23  {"type":"Literal","value":"keep-alive"},
    24  {"type":"Text","value":"\n"},
    25  {"type":"Name","value":"Keep-Alive"},
    26  {"type":"Operator","value":":"},
    27  {"type":"Text","value":" "},
    28  {"type":"Literal","value":"timeout=60"},
    29  {"type":"Text","value":"\n\n"}
    30]

View as plain text