about summary refs log tree commit diff
path: root/src/tests.rs
AgeCommit message (Expand)AuthorFilesLines
2019-02-27 fix(lib): Support large body uploads with repeated read callbacksVincent Ambo1-0/+18
2019-02-26 refactor: Add a method per HTTP verb on `Request`Vincent Ambo1-11/+9
2019-02-26 feat: Introduce `Response::error_for_status` methodVincent Ambo1-0/+12
2019-02-26 test: Add timeouts to HTTP POST testsVincent Ambo1-0/+2
2019-02-26 refactor: Use cURL's own basic auth implementationVincent Ambo1-1/+1
2019-02-26 test: Add test for token-based authentication (bearer_auth)Vincent Ambo1-0/+9
2019-02-26 feat: Add optional `Request::basic_auth` utility functionVincent Ambo1-0/+16
2019-02-26 feat: Add Response::is_success utility methodVincent Ambo1-1/+1
2019-02-26 refactor: Move URL & method configuration to send()Vincent Ambo1-9/+5
2019-02-26 test: Add tests for HTTP verbs & POSTing dataVincent Ambo1-0/+94