1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-07-11 16:26:15 +00:00
Commit graph

28 commits

Author SHA1 Message Date
Nikolay Kim c2978a6eea add content encoding decompression 2017-11-06 01:27:46 -08:00
Nikolay Kim d7d3d663e9 refactor server impl and add support for alpn http2 negotiation 2017-11-04 12:33:14 -07:00
Nikolay Kim 32cefb8455 implement h2 writer 2017-11-04 09:07:44 -07:00
Nikolay Kim c14e6c9008 make possible to use async handler 2017-11-03 13:35:34 -07:00
Nikolay Kim ec3b139273 Allow to start tls server with HttpServer::serve_tls 2017-11-01 16:34:58 -07:00
Nikolay Kim 58de9dcf56 added new cancel_future_on_stop 2017-10-30 14:49:20 -07:00
Nikolay Kim 4e216701c0 better handler function ergonimics 2017-10-29 21:39:59 -07:00
Nikolay Kim dec4140733 added WsWriter::close 2017-10-29 19:49:59 -07:00
Nikolay Kim fb0270e27d refactor Payload stream 2017-10-26 23:14:33 -07:00
Nikolay Kim 488fb256b4 add optional skeptic 2017-10-26 06:12:23 -07:00
Nikolay Kim c435f16170 refactory response body 2017-10-23 23:25:32 -07:00
Nikolay Kim bea8e4825d update websocket example 2017-10-23 18:42:15 -07:00
Nikolay Kim 203d0dd80f add stateful example 2017-10-23 11:48:06 -07:00
Nikolay Kim ba504cc69e use actix 0.3 2017-10-23 10:05:07 -07:00
Nikolay Kim f737a3eb3e different ports 2017-10-22 21:52:01 -07:00
Nikolay Kim 5699af9795 more tests 2017-10-22 17:33:24 -07:00
Nikolay Kim f85925a652 refactor error handling 2017-10-22 09:13:29 -07:00
Nikolay Kim afe9459ce1 pass request by ref; added middleware support 2017-10-21 22:59:59 -07:00
Nikolay Kim 7364e088be basic example 2017-10-21 19:35:50 -07:00
Nikolay Kim 6a33b65f02 refactor server router 2017-10-21 18:54:24 -07:00
Nikolay Kim 4560ca17b2 update actix; update examples 2017-10-21 15:21:16 -07:00
Nikolay Kim 0865071dd7 use threads for websocket example 2017-10-21 02:08:07 -07:00
Nikolay Kim 0bfe07b371 process inactive tasks 2017-10-20 23:12:36 -07:00
Nikolay Kim 71dc9edf8e add simple websocket example 2017-10-20 21:08:38 -07:00
Nikolay Kim 9fd84a0aef rename example 2017-10-20 20:45:30 -07:00
Nikolay Kim 56c91adce2 add websocket example 2017-10-20 17:16:17 -07:00
Nikolay Kim 24804250a8 update multipart impl 2017-10-19 16:22:21 -07:00
Nikolay Kim aaef550bc5 multipart implementation 2017-10-18 23:43:50 -07:00