Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-02-27 | fix(lib): Support large body uploads with repeated read callbacks | Vincent Ambo | 1 | -0/+18 |
2019-02-26 | refactor: Add a method per HTTP verb on `Request` | Vincent Ambo | 1 | -11/+9 |
2019-02-26 | feat: Introduce `Response::error_for_status` method | Vincent Ambo | 1 | -0/+12 |
2019-02-26 | test: Add timeouts to HTTP POST tests | Vincent Ambo | 1 | -0/+2 |
2019-02-26 | refactor: Use cURL's own basic auth implementation | Vincent Ambo | 1 | -1/+1 |
2019-02-26 | test: Add test for token-based authentication (bearer_auth) | Vincent Ambo | 1 | -0/+9 |
2019-02-26 | feat: Add optional `Request::basic_auth` utility function | Vincent Ambo | 1 | -0/+16 |
2019-02-26 | feat: Add Response::is_success utility method | Vincent Ambo | 1 | -1/+1 |
2019-02-26 | refactor: Move URL & method configuration to send() | Vincent Ambo | 1 | -9/+5 |
2019-02-26 | test: Add tests for HTTP verbs & POSTing data | Vincent Ambo | 1 | -0/+94 |