mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
10 lines
218 B
Python
10 lines
218 B
Python
request = {
|
|
"method": "POST",
|
|
"uri": uri("/post_chunked_all_your_base"),
|
|
"version": (1, 1),
|
|
"headers": [
|
|
("TRANSFER-ENCODING", "chunked"),
|
|
],
|
|
"body": b"all your base are belong to us"
|
|
}
|