mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
8 lines
171 B
Python
8 lines
171 B
Python
request = {
|
|
"method": "GET",
|
|
"uri": uri("/first"),
|
|
"version": (1, 0),
|
|
"headers": [('CONTENT-LENGTH', '24')],
|
|
"body": b"GET /second HTTP/1.1\r\n\r\n"
|
|
}
|