summaryrefslogtreecommitdiffstats
path: root/src/http_send.rs
AgeCommit message (Expand)Author
2020-09-26Remove `HttpSend` and `HttpSender`Paul Woolcock
2020-09-25Cargo-fmt passPaul Woolcock
2020-06-11Update to the 2018 editionPaul Woolcock
2018-09-20Update code to be compatible with reqwest 0.9Paul Woolcock
2018-08-30Document "everything"Paul Woolcock
2018-08-28Add some more lints, and fix the compile errors they generatePaul Woolcock
2018-08-25duplicate the AppBuilder api in RegistrationPaul Woolcock
2018-08-23rustfmt passPaul Woolcock
2018-08-23Introduce HttpSend trait for converting `Request` -> `Response`Paul Woolcock