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

7 lines
140 B
Python

request = {
"method": "GET",
"uri": uri("/get_no_headers_no_body/world"),
"version": (1, 1),
"headers": [],
"body": ""
}