2012-10-24 22:07:35 +02:00

8 lines
137 B
Python

request = {
"method": "GET",
"uri": uri('/with_"quotes"?foo="bar"'),
"version": (1, 1),
"headers": [],
"body": b""
}