summaryrefslogtreecommitdiffstats
path: root/src/page.rs
AgeCommit message (Expand)Author
2020-09-29use the async reqwest client but present the same blocking apiPaul Woolcock
2020-09-27Manually updated reqwest to 10.8 and url to 2.1ranfdev
2020-09-26Remove `HttpSend` and `HttpSender`Paul Woolcock
2020-09-25making clippy happyPaul Woolcock
2020-09-25Various cleanup tasksPaul Woolcock
2020-06-11Update to the 2018 editionPaul Woolcock
2020-06-08Remove url 2.xleo60228
2020-06-08Use WebSockets for eventsleo60228
2019-04-29Add an `OwnedPage` that doesn't borrow the underlying clientPaul Woolcock
2018-10-03Missed a couple .unwraps, take them outPaul 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-23Introduce HttpSend trait for converting `Request` -> `Response`Paul Woolcock
2018-08-23rustfmt passPaul Woolcock
2018-08-22Reduce the visibility of ItemsIter and add docs to items_iterPaul Woolcock
2018-08-21Change `PageIter` to `ItemsIter`Paul Woolcock
2018-08-21into_iter -> items_iterPaul Woolcock
2018-02-12Version 0.10.0-rc1Aaron Power