about summary refs log tree commit diff
path: root/src/tests.rs
AgeCommit message (Expand)AuthorFilesLines
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