Fabian Sauter

Results 337 comments of Fabian Sauter

Might be related to: #819

Currently no. But this is something that should be easy to fix. However I won't have time for it until the 15th of October. Any chance you would like have...

I'm keeping this issue open until we solved it :)

@ATM-SALEH You are more thank welcome to look at this. Let me know in case you need any help.

@ATM-SALEH any updates from your side? The 1.10.0 release date is coming closer and I also can have a look at it.

@harcool sure. You are more than welcome to. Let me know when you need some help/pointers. As soon as you actually start I can assign the issue to you.

First I was thinking about adding a new `cpr::Download(...)` call like `cpr::DownloadPost(...)` This would solve this quite easily. BUT it's not scalable in my eyes. I like your approach better....

Take a look inside `api.h`. There you find more information. But the TLDR is: `cpr::Download(cpr::Verbose{true})` -> `priv::set_option(session, std::forward(ts)...)` (recursive for all options) -> `session.SetOption(cpr::Verbose{true})` -> `session.SetVerbose(cpr::Verbose{true})`.

Also a god way to checkout something like this is setting a breakpoint inside `cpr::Session::SetVerbose` and then inspect the callstack.

https://github.com/UWPX/UWPX-Client/releases/tag/v.0.43.0.0