Commit Graph

575 Commits

Author SHA1 Message Date
Nikolay Kim 0d21c2da22 various typos 2017-12-26 21:07:51 -08:00
Nikolay Kim 183bcd38f8 modify unused_addr method; update websockt guide section 2017-12-26 20:52:21 -08:00
Nikolay Kim 3abd0db6b1 restore server start test 2017-12-26 20:07:31 -08:00
Nikolay Kim 29adc20581 rename module 2017-12-26 19:59:41 -08:00
Nikolay Kim 743235b8fd add unit test helper 2017-12-26 19:48:02 -08:00
Nikolay Kim 7f77ba557d add testing section to guide 2017-12-26 17:14:37 -08:00
Nikolay Kim d3b7d2d6b3 allow to use application factory for test server 2017-12-26 16:47:55 -08:00
Nikolay Kim f6510161b5 add simple TestServer for integrational tests cases 2017-12-26 16:35:00 -08:00
Nikolay Kim e3b0f02794 fix type for disable feartures 2017-12-26 15:17:20 -08:00
Nikolay Kim 9521de5746 HttpServer::addrs() return all bound socket addresses 2017-12-26 14:45:38 -08:00
Nikolay Kim dd3a2aa68a add HttpServer::server_hostname method 2017-12-26 14:36:03 -08:00
Nikolay Kim cce9c68a10 add doc string 2017-12-26 12:46:27 -08:00
Nikolay Kim 5e17a846af add notes on sync primitives 2017-12-26 11:19:08 -08:00
Nikolay Kim 030a70841a add link to gitter 2017-12-26 11:04:25 -08:00
Nikolay Kim e4bfef9d26 fix tests 2017-12-26 09:28:24 -08:00
Nikolay Kim cf8c2ca95e refactor Handler trait, use mut self 2017-12-26 09:00:45 -08:00
Nikolay Kim b61a07a320 more info for middleware guide 2017-12-26 07:58:21 -08:00
Nikolay Kim ffb5742b71 fix tests 2017-12-25 19:42:55 -08:00
Nikolay Kim 465a87a7cf right version 2017-12-25 13:44:50 -08:00
Nikolay Kim 5b65987f6a write response optimizations 2017-12-25 13:40:06 -08:00
Nikolay Kim 89c9dfb5bc update getting started guide section 2017-12-25 08:19:33 -08:00
Nikolay Kim a578262f73 update json example and guide info 2017-12-25 08:12:13 -08:00
Nikolay Kim b0c8fa03f0 use specific nightly version for appveyor 2017-12-25 07:33:05 -08:00
Nikolay Kim 98b0e023f3 optimize payload detection 2017-12-25 07:31:12 -08:00
Nikolay Kim 012d55e424
Set nightly version 2017-12-25 05:49:56 -08:00
Nikolay Kim f1e82ebc1e better connect handling 2017-12-24 16:15:40 -08:00
Nikolay Kim ddd9c24bb2 optimize payload type detection 2017-12-24 14:29:19 -08:00
Nikolay Kim 9f9c75d832 simplify drain feature 2017-12-24 11:58:09 -08:00
Nikolay Kim eaab28cd3b proper fix for compression 2017-12-21 12:57:59 -08:00
Nikolay Kim c35d294611 fix compression 2017-12-21 12:54:18 -08:00
Nikolay Kim 18f3841783 update test 2017-12-20 23:36:52 -08:00
Nikolay Kim 0567e6fb0a fix typos in guide 2017-12-20 23:27:30 -08:00
Nikolay Kim 55534bff8c simplify guide examples 2017-12-20 23:21:26 -08:00
Nikolay Kim bca1dd4f9e update doc strings 2017-12-20 23:19:21 -08:00
Nikolay Kim 0a68811dce cleanup more examples 2017-12-20 21:06:04 -08:00
Nikolay Kim 406d2c41e9 add doc string 2017-12-20 20:56:17 -08:00
Nikolay Kim 63ddc07ccb added JsonBody future 2017-12-20 20:30:54 -08:00
Nikolay Kim 33b2be3281 move json responder to separate module 2017-12-20 17:51:28 -08:00
Nikolay Kim bf23aa5d4b move db code to separate module 2017-12-20 17:44:19 -08:00
Nikolay Kim 3c5fd18e02 cleanup examples 2017-12-20 16:32:31 -08:00
Nikolay Kim 4dd3382ac7 update example 2017-12-20 16:13:21 -08:00
Nikolay Kim 50891986bc simplify json example 2017-12-20 16:05:07 -08:00
Nikolay Kim df2aa42dad cleanup example 2017-12-20 15:45:26 -08:00
Nikolay Kim c36ad06332 more general Responder implementaiton for response future 2017-12-20 15:26:28 -08:00
Nikolay Kim 821c96c37c check json example during travis build 2017-12-20 15:20:28 -08:00
Nikolay Kim cbb81bc747 json request example 2017-12-20 15:12:43 -08:00
Nikolay Kim 79f047f5be remove box from predicates 2017-12-20 13:23:50 -08:00
Nikolay Kim 813b56ebe5 make async handler future more generic 2017-12-20 12:51:39 -08:00
Nikolay Kim c3a39e026d Merge branch 'master' of github.com:actix/actix-web 2017-12-20 11:37:36 -08:00
Nikolay Kim e05596b65d upgrade actix min version 2017-12-20 11:37:27 -08:00