about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2019-12-21 chore(crimp): Prepare for depot mergeVincent Ambo9-150/+0
2019-02-27 chore(cargo): Bump version to v0.2.2Vincent Ambo1-1/+1
2019-02-27 refactor(tests): Use local httpbin instance in testsVincent Ambo2-10/+23
2019-02-27 fix(lib): Support large body uploads with repeated read callbacksVincent Ambo2-12/+42
2019-02-26 docs(README): Fix crates.io badge URLVincent Ambo1-1/+1
2019-02-26 chore(cargo): Bump version to v0.2.0Vincent Ambo1-1/+1
2019-02-26 refactor: Add a method per HTTP verb on `Request`Vincent Ambo2-20/+34
2019-02-26 feat: Introduce `Response::error_for_status` methodVincent Ambo2-1/+27
2019-02-26 feat: Re-export the `curl::init` methodVincent Ambo1-0/+9
2019-02-26 test: Add timeouts to HTTP POST testsVincent Ambo1-0/+2
2019-02-26 feat: Add `Request::with_handle` methodVincent Ambo1-0/+21
2019-02-26 feat: Add `Request::timeout` methodVincent Ambo1-0/+8
2019-02-26 refactor: Use cURL's own basic auth implementationVincent Ambo3-21/+15
2019-02-26 docs(README): Add badges for travis, docs.rs and crates.ioVincent Ambo1-0/+4
2019-02-26 chore(build): Configure Travis CI buildsVincent Ambo1-0/+2
2019-02-26 chore(cargo): Prepare Cargo manifest for crate releaseVincent Ambo1-0/+4
2019-02-26 chore: License under GPL-3.0-or-laterVincent Ambo3-0/+692
2019-02-26 docs: Update README, add contribution guidelines & CoCVincent Ambo3-1/+145
2019-02-26 feat: Split `tls_key_password` into a separate functionVincent Ambo1-8/+11
2019-02-26 feat: Add utility functions for TLS client certificate usageVincent Ambo1-0/+45
2019-02-26 test: Add test for token-based authentication (bearer_auth)Vincent Ambo1-0/+9
2019-02-26 docs(lib): Document available features and update exampleVincent Ambo1-7/+20
2019-02-26 feat: Add optional `Request::basic_auth` utility functionVincent Ambo3-1/+29
2019-02-26 feat: Add Response::is_success utility methodVincent Ambo2-1/+9
2019-02-26 feat: Add `bearer_auth` helper functionVincent Ambo1-1/+8
2019-02-26 feat: Add support for form-encoded POST bodiesVincent Ambo1-8/+57
2019-02-26 refactor: Move URL & method configuration to send()Vincent Ambo2-25/+25
2019-02-26 docs(lib): Update docstrings for rustdoc outputVincent Ambo1-19/+63
2019-02-26 test: Add tests for HTTP verbs & POSTing dataVincent Ambo1-0/+94
2019-02-26 fix: Correctly configure body sizes before setting read_functionVincent Ambo1-8/+15
2019-02-26 refactor: Use `mut self`-consuming builder functionsVincent Ambo1-5/+4
2019-02-26 refactor: Introduce `json` feature and make it optionalVincent Ambo2-7/+18
2019-02-26 feat: Support JSON body serialization in requests & responsesVincent Ambo2-13/+66
2019-02-26 feat: Initial check-in of working client layerVincent Ambo4-0/+181
2019-02-25 chore: Initial commitVincent Ambo0-0/+0