mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-07 12:10:25 -03:00
11 lines
189 B
Plaintext
11 lines
189 B
Plaintext
---input---
|
|
HTTP/1.1 200
|
|
|
|
---tokens---
|
|
'HTTP' Keyword.Reserved
|
|
'/' Operator
|
|
'1.1' Literal.Number
|
|
' ' Text
|
|
'200' Literal.Number
|
|
'\n' Text
|