StevenLooman / async_upnp_client

Async UPnP Client for Python
Other
46 stars 37 forks source link

Add pre-/post-hooks when doing/handling HTTP requests #233

Closed StevenLooman closed 5 months ago

StevenLooman commented 5 months ago

Add pre-/post-hooks when doing/handling HTTP requests. Includes refactoring of Tuples to HttpRequest/HttpResponse.

Refs #228

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 87.96992% with 16 lines in your changes are missing coverage. Please review.

Project coverage is 72.77%. Comparing base (bae4431) to head (929c9f3).

Files Patch % Lines
async_upnp_client/event_handler.py 75.67% 9 Missing :warning:
async_upnp_client/client.py 88.88% 4 Missing :warning:
async_upnp_client/client_factory.py 96.42% 1 Missing :warning:
async_upnp_client/description_cache.py 83.33% 1 Missing :warning:
async_upnp_client/server.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## development #233 +/- ## =============================================== + Coverage 72.40% 72.77% +0.36% =============================================== Files 19 19 Lines 4124 4187 +63 =============================================== + Hits 2986 3047 +61 - Misses 1138 1140 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.