NLDCSC / nldcsc

NLDCSC package
GNU General Public License v3.0
2 stars 0 forks source link

add support for streaming responses #51

Closed DionAkkerman closed 7 months ago

DionAkkerman commented 7 months ago

Nothing special, just added the ability to stream responses - mainly interesting for large responses and applying proper timeouts. Streaming calls will automatically return the raw response object, it is up to the client to deal with it but that shouldn't be a problem.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 36.09%. Comparing base (fa54adf) to head (4c11289).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #51 +/- ## ======================================= Coverage 36.09% 36.09% ======================================= Files 23 23 Lines 1136 1136 ======================================= Hits 410 410 Misses 726 726 ```

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