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

9 lines
190 B
Python

request = {
"method": "POST",
"uri": uri("/chunked_w_extensions"),
"version": (1, 1),
"headers": [
("TRANSFER-ENCODING", "chunked")
],
"body": "hello world"
}