mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
13 lines
240 B
Plaintext
13 lines
240 B
Plaintext
---input---
|
|
HTTP/1.1 200 OK
|
|
|
|
---tokens---
|
|
'HTTP' Keyword.Reserved
|
|
'/' Operator
|
|
'1.1' Literal.Number
|
|
' ' Text
|
|
'200' Literal.Number
|
|
' ' Text
|
|
'OK' Name.Exception
|
|
'\n' Text
|