Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
|
@@ -8,7 +8,7 @@ app = FastAPI()
|
|
| 8 |
async def echo(request: Request) -> Dict[str, Any]:
|
| 9 |
body_bytes = await request.body()
|
| 10 |
|
| 11 |
-
|
| 12 |
# print("πΉ Method:", request.method)
|
| 13 |
# print("π URL:", str(request.url))
|
| 14 |
# print("π Headers:", dict(request.headers))
|
|
|
|
| 8 |
async def echo(request: Request) -> Dict[str, Any]:
|
| 9 |
body_bytes = await request.body()
|
| 10 |
|
| 11 |
+
print("\n" + "="*30 + " π NEW REQUEST " + "="*30)
|
| 12 |
# print("πΉ Method:", request.method)
|
| 13 |
# print("π URL:", str(request.url))
|
| 14 |
# print("π Headers:", dict(request.headers))
|