| 352 | using Progress = std::function<bool(uint64_t current, uint64_t total)>; |
| 353 | |
| 354 | struct Response; |
| 355 | using ResponseHandler = std::function<bool(const Response &response)>; |
| 356 | |
| 357 | struct MultipartFormData { |
no outgoing calls
no test coverage detected