pngwn HF Staff commited on
Commit
a4618d8
·
verified ·
1 Parent(s): af65788

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -62,6 +62,8 @@ async def proxy_to_node(request: Request):
62
  for k, v in request.headers.items()
63
  if k.lower() not in ["host", "content-length"]
64
  }
 
 
65
  # body = await request.body()
66
 
67
  # async with client:
 
62
  for k, v in request.headers.items()
63
  if k.lower() not in ["host", "content-length"]
64
  }
65
+
66
+ print(headers)
67
  # body = await request.body()
68
 
69
  # async with client: