More design tweaks
This commit is contained in:
parent
c32bcdad8e
commit
61c3c3e214
5 changed files with 7 additions and 221 deletions
|
@ -104,7 +104,7 @@ class CustomMiddleware:
|
|||
await self.app(scope, receive, send)
|
||||
return
|
||||
|
||||
response_details = {}
|
||||
response_details = {"status_code": None}
|
||||
start_time = time.perf_counter()
|
||||
request_id = os.urandom(8).hex()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue