2010-06-03 16:11:17 -04:00

7 lines
135 B
Python

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