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

8 lines
142 B
Python

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