about summary refs log tree commit diff
path: root/src/lib.rs
AgeCommit message (Expand)AuthorFilesLines
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 Ambo1-5/+12
2019-02-26 feat: Support JSON body serialization in requests & responsesVincent Ambo1-13/+64
2019-02-26 feat: Initial check-in of working client layerVincent Ambo1-0/+162