Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The purpose of the major version up since we wanted to cater both synchronous and asynchronous transactions for curl-rust. There are breaking changes in terms of the builder pattern. We use blocking() to signifies the end of the Curl builder to do a blocking perform after and nonblocking() to signify the end of the Curl builder to do a nonblocking perform after. For nonblocking transaction, the actor is now passed into nonblocking function instead in the new constructor of the HttpClient.
- Loading branch information