Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-02-26 | refactor: Use cURL's own basic auth implementation | Vincent Ambo | 1 | -3/+1 |
2019-02-26 | chore(cargo): Prepare Cargo manifest for crate release | Vincent Ambo | 1 | -0/+4 |
2019-02-26 | chore: License under GPL-3.0-or-later | Vincent Ambo | 1 | -0/+1 |
2019-02-26 | feat: Add optional `Request::basic_auth` utility function | Vincent Ambo | 1 | -1/+3 |
2019-02-26 | refactor: Introduce `json` feature and make it optional | Vincent Ambo | 1 | -2/+6 |
2019-02-26 | feat: Support JSON body serialization in requests & responses | Vincent Ambo | 1 | -0/+2 |
2019-02-26 | feat: Initial check-in of working client layer | Vincent Ambo | 1 | -0/+7 |