about summary refs log tree commit diff
path: root/src/tests.rs
AgeCommit message (Collapse)AuthorFilesLines
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
This lets the builder proceed without returning a `Result` from the initial call, which makes for a slightly nicer API.
2019-02-26 test: Add tests for HTTP verbs & POSTing dataVincent Ambo1-0/+94