... | ... | @@ -61,4 +61,11 @@ async def add_process_time_header(request: Request, call_next): |
|
|
response.headers["X-Process-Time"] = str(process_time)
|
|
|
return response
|
|
|
|
|
|
``` |
|
|
\ No newline at end of file |
|
|
```
|
|
|
|
|
|
Exit _insert-mode_ by pressing `Esc`, and save the file using `:w`
|
|
|
|
|
|
The server will auto-reload your changes within 5 seconds
|
|
|
_*Note*: For the impatient out there, the issue can be forced by pressing *F5* in vim_
|
|
|
|
|
|
Change to your browser window, and refresh the page from before by pressing *F5* |
|
|
\ No newline at end of file |