summaryrefslogtreecommitdiff
path: root/tests/examplefiles/http/http_request_example.output
blob: 2db76530963fd04b4237a0432beac7c6b5517a6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
'POST'        Name.Function
' '           Text
'/demo/submit/' Name.Namespace
' '           Text
'HTTP'        Keyword.Reserved
'/'           Operator
'1.1'         Literal.Number
'\n'          Text

'Host'        Name.Attribute
''            Text
':'           Operator
' '           Text
'pygments.org' Literal
'\n'          Text

'Connection'  Name.Attribute
''            Text
':'           Operator
' '           Text
'keep-alivk'  Literal
'\n'          Text

'Cache-Control' Name.Attribute
''            Text
':'           Operator
' '           Text
'max-age=0'   Literal
'\n'          Text

'Origin'      Name.Attribute
''            Text
':'           Operator
' '           Text
'http://pygments.org' Literal
'\n'          Text

'User-Agent'  Name.Attribute
''            Text
':'           Operator
' '           Text
'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2)' Literal
'\n'          Text

'    '        Text
'AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.63 Safari/535.7' Literal
'\n'          Text

'Content-Type' Name.Attribute
''            Text
':'           Operator
' '           Text
'application/x-www-form-urlencoded' Literal
'\n'          Text

'Accept'      Name.Attribute
''            Text
':'           Operator
' '           Text
'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' Literal
'\n'          Text

'Referer'     Name.Attribute
''            Text
':'           Operator
' '           Text
'http://pygments.org/' Literal
'\n'          Text

'Accept-Encoding' Name.Attribute
''            Text
':'           Operator
' '           Text
'gzip,deflate,sdch' Literal
'\n'          Text

'Accept-Language' Name.Attribute
''            Text
':'           Operator
' '           Text
'en-US,en;q=0.8' Literal
'\n'          Text

'Accept-Charset' Name.Attribute
''            Text
':'           Operator
' '           Text
'windows-949,utf-8;q=0.7,*;q=0.3' Literal
'\n'          Text

'\n'          Text

'name=test&lang=text&code=asdf&user=\n' Text