dmontagu / fastapi-utils

Reusable utilities for FastAPI
MIT License
1.89k stars 165 forks source link

Make fastapi_utils.add_timing_middleware compatible with win32 #272

Open davidbviana opened 1 year ago

davidbviana commented 1 year ago

Although windows compatibility does not seem to be a priority for the project, these changes make fastapi_utils.add_timing_middleware compatible with win32. I believe these commits abide by the contributing guidelines, if not, please let me know.

Fixes #144