rexzhang / asgi-webdav

An asynchronous WebDAV server implementation, Support multi-provider, multi-account and permission control.
https://rexzhang.github.io/asgi-webdav/
MIT License
75 stars 14 forks source link

Add example usage with FastAPI #30

Closed davidbrochart closed 1 year ago

davidbrochart commented 1 year ago

Closes #21

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (53735fa) 66.00% compared to head (4d97a3a) 66.00%.

:exclamation: Current head 4d97a3a differs from pull request most recent head d07675b. Consider uploading reports for the commit d07675b to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #30 +/- ## ======================================= Coverage 66.00% 66.00% ======================================= Files 24 24 Lines 2759 2759 ======================================= Hits 1821 1821 Misses 938 938 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

rexzhang commented 1 year ago

Could you change file name to work_as_fastapi_middleware.py

rexzhang commented 1 year ago

Thanks