Commit Graph

21 Commits

Author SHA1 Message Date
Carl Lerche 263c680ea6 Remove tower-watch (#200) 2019-03-19 18:18:59 -07:00
Carl Lerche 92f4a0cb72
Rename tower-util -> tower (#197) 2019-03-15 10:53:19 -07:00
Carl Lerche de799582fb
Switch CI to Azure Pipelines (#171) 2019-02-28 12:08:29 -08:00
Lucio Franco c5d70481bd
layer: Add `tower-layer` and the `Layer` trait (#163)
This change introduces the new `tower-layer` crate and the foundational `Layer` trait to go along with it. This trait allows one to easily compose a set of `Service`s that take an inner service. These services only modify the request/response. This also provides the `Layer` implementation for many of the tower crates.
2019-02-27 15:28:42 -05:00
Stefano Probst a92a108239 Fix typo in Readme (#165) 2019-02-23 11:45:56 -05:00
Ty Coghlan 4c5ba67497 Update links in the README (#155)
Added tower-retry, removed tower-router.
2019-02-06 12:01:33 -08:00
Patrick D Hayes d609468656 Various small typos in README (#140)
Fixes a few spelling mistakes in the README
2018-12-19 21:03:29 -08:00
John Children 17d4d9c65b Removes extra `e` in `tower-timeout` README link (#115)
Link was broken due to typo.
2018-11-02 09:44:48 -07:00
Carl Lerche aef25abfe9
Add link to gitter (#95) 2018-08-10 11:26:34 -07:00
Corey Farwell 5c20cb8edd Add section for tower-router in README. (#94) 2018-08-10 10:56:31 -07:00
Carl Lerche 57df4b5b4d
Minor documentation improvements (#93) 2018-08-09 10:08:57 -07:00
Corey Farwell 7b6460dff2 Fix broken docs link. (#91) 2018-08-02 13:14:31 -07:00
Carl Lerche 5369879af6
Extract `Service` trait and related into crate. (#67)
This makes the `tower` crate available to be a "batteries included"
facade.
2018-04-25 12:35:52 -07:00
Feynman Liang c92c2966ac Update github link in README (#53) 2018-02-26 09:12:21 -08:00
Carl Lerche ffe0ae8d37 Add doc link 2018-01-17 12:57:48 -08:00
Carl Lerche 373ba52493 Update travis link 2017-11-16 11:47:19 -08:00
Carl Lerche bf2f704606 Remove reference to website 2017-11-16 11:26:36 -08:00
Carl Lerche ad6ff8c0d8 License Tower under MIT only
A dual MIT / Apache 2.0 license does not make any sense. Since the
intent of the original license was to be dual under MIT or Apache 2.0,
restricting to ony MIT is OK.
2017-11-16 09:44:44 -08:00
Eliza Weisman 270ef5a2bd s/tokio/tower (#7) 2017-09-18 12:05:09 -07:00
Alex Crichton 6c5de5610f Update docs links and such 2017-01-11 09:20:40 -08:00
Alex Crichton 821739abb9 Add a README 2016-08-26 16:27:58 -07:00