mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
10 lines
164 B
Python
10 lines
164 B
Python
request = {
|
|
"method": "GET",
|
|
"uri": uri("/silly"),
|
|
"version": (1, 1),
|
|
"headers": [
|
|
("AAAAAAAAAAAAA", "++++++++++")
|
|
],
|
|
"body": b""
|
|
}
|