07C0
Results
1
issues of
07C0
Hi, can I `cpr::Download` using a POST method and payload? Something like ```cpr::Session session; session.SetUrl({"http://localhost/file"}); session.SetPayload({{"file_hash", "12345"}}); // Set post method ? // session.download... ```
Enhancement :ok_hand: