1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-01-02 05:18:44 +00:00
Commit graph

19 commits

Author SHA1 Message Date
Nikolay Kim
3395512040 fix api doc link 2018-09-11 14:01:51 -07:00
Nikolay Kim
82b71d91ea move Service to service sub mod 2018-09-11 09:30:22 -07:00
Nikolay Kim
56b31960f1 derive Debug for connector/resolver error 2018-09-10 20:03:10 -07:00
Nikolay Kim
d8ed9ae43a create Connector with custom Resolver 2018-09-10 19:42:51 -07:00
Nikolay Kim
88d8c99e31 use Resolver service for Connector 2018-09-10 19:39:55 -07:00
Nikolay Kim
a1e875e985 add Clone impl for DefaultConnector 2018-09-10 11:16:58 -07:00
Nikolay Kim
fbfca66e21 add DefaultConnector 2018-09-10 10:59:35 -07:00
Nikolay Kim
eaa9d4b273 allow to change Connector's request type 2018-08-30 10:06:47 -07:00
Nikolay Kim
a928d82895 rename Apply service 2018-08-30 09:26:27 -07:00
Nikolay Kim
e0513e4085 replace partial with more generic Apply 2018-08-30 09:17:17 -07:00
Nikolay Kim
77cf7016b7 add partial combinator 2018-08-29 20:19:30 -07:00
Nikolay Kim
918c764641 use String as default type for Connector 2018-08-29 15:28:16 -07:00
Nikolay Kim
361ffd8d2f refactor Connector service 2018-08-29 15:15:24 -07:00
Nikolay Kim
10d2c67596 better Connector impl 2018-08-28 16:24:36 -07:00
Nikolay Kim
71d725d250 add Connector helper method 2018-08-27 21:53:20 -07:00
Nikolay Kim
f9b9031af2 add clone impls 2018-08-27 20:32:49 -07:00
Nikolay Kim
c69d675113 Connector::Response returns addr and tcp stream 2018-08-27 14:20:41 -07:00
Nikolay Kim
f2ef824011 add NewConfigurableService trait 2018-08-23 22:12:10 -07:00
Nikolay Kim
234c76f8bc add connector 2018-08-23 20:47:41 -07:00