about summary refs log tree commit diff
path: root/Cargo.toml
AgeCommit message (Expand)AuthorFilesLines
2019-02-26 refactor: Use cURL's own basic auth implementationVincent Ambo1-3/+1
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 Ambo1-0/+1
2019-02-26 feat: Add optional `Request::basic_auth` utility functionVincent Ambo1-1/+3
2019-02-26 refactor: Introduce `json` feature and make it optionalVincent Ambo1-2/+6
2019-02-26 feat: Support JSON body serialization in requests & responsesVincent Ambo1-0/+2
2019-02-26 feat: Initial check-in of working client layerVincent Ambo1-0/+7