1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-20 01:08:10 +00:00

Commit graph

  • 6ad048d445 multipart boundary extraction Nikolay Kim 2017-10-22 09:30:05 -0700
  • f85925a652 refactor error handling Nikolay Kim 2017-10-22 09:13:29 -0700
  • d555fcabfc update tests Nikolay Kim 2017-10-22 08:14:23 -0700
  • afe9459ce1 pass request by ref; added middleware support Nikolay Kim 2017-10-21 22:59:09 -0700
  • 7364e088be basic example Nikolay Kim 2017-10-21 19:35:50 -0700
  • 6a33b65f02 refactor server router Nikolay Kim 2017-10-21 18:54:24 -0700
  • 0d6e42e748 fix ws doc string Nikolay Kim 2017-10-21 15:40:16 -0700
  • 4560ca17b2 update actix; update examples Nikolay Kim 2017-10-21 15:21:16 -0700
  • 0865071dd7 use threads for websocket example Nikolay Kim 2017-10-21 02:08:07 -0700
  • 0bfe07b371 process inactive tasks Nikolay Kim 2017-10-20 23:12:36 -0700
  • 71dc9edf8e add simple websocket example Nikolay Kim 2017-10-20 21:08:38 -0700
  • 9fd84a0aef rename example Nikolay Kim 2017-10-20 20:45:30 -0700
  • 56c91adce2 add websocket example Nikolay Kim 2017-10-20 17:16:17 -0700
  • 1db4200621 drop skeptic for now Nikolay Kim 2017-10-19 16:41:21 -0700
  • 24804250a8 update multipart impl Nikolay Kim 2017-10-19 16:22:21 -0700
  • aaef550bc5 multipart implementation Nikolay Kim 2017-10-18 23:43:50 -0700
  • 264380bf33 add multipart and urlencoded bodies support Nikolay Kim 2017-10-17 16:46:57 -0700
  • fb92d5552d update actix Nikolay Kim 2017-10-17 14:44:00 -0700
  • 92b81899dd update doc strings Nikolay Kim 2017-10-16 20:13:47 -0700
  • de2f604fea update link Nikolay Kim 2017-10-16 20:08:57 -0700
  • 38931d7867 cargo clean for appvoyer Nikolay Kim 2017-10-16 20:05:54 -0700
  • 774de4b44a doc string Nikolay Kim 2017-10-16 19:40:11 -0700
  • e55e08d204 appveyor support Nikolay Kim 2017-10-16 13:16:54 -0700
  • f59f68eded new router recognizer Nikolay Kim 2017-10-16 19:21:24 -0700
  • 35107f64e7 make HttpServer generic over incoming stream Nikolay Kim 2017-10-16 13:13:32 -0700
  • 2e96a79969 doc strings Nikolay Kim 2017-10-16 10:43:35 -0700
  • ff6779a38e use ParseError for HttpRequest::chunked() Nikolay Kim 2017-10-16 10:31:31 -0700
  • 95fa70d19e rename params to match_info Nikolay Kim 2017-10-16 10:20:16 -0700
  • 02033724d8 test woth with_params Nikolay Kim 2017-10-16 09:58:54 -0700
  • 88a81155bd added HttpRequest::query Nikolay Kim 2017-10-16 09:43:10 -0700
  • ba1a73443e added StaticFiles basic impl Nikolay Kim 2017-10-16 01:19:23 -0700
  • fa6bc35dbd update doc strings Nikolay Kim 2017-10-15 15:59:26 -0700
  • f1d6c61c5c add expect/continue support Nikolay Kim 2017-10-15 15:52:52 -0700
  • 94c8aa6a54 do not use actix prelude Nikolay Kim 2017-10-15 15:10:35 -0700
  • 955e50313d simplify server method Nikolay Kim 2017-10-15 14:53:03 -0700
  • 663492407d update readme Nikolay Kim 2017-10-15 14:19:50 -0700
  • 5901f0f9f5 Application, router, resource builders Nikolay Kim 2017-10-15 14:17:41 -0700
  • 5480cb5d49 rename httpmessage to httpresponse Nikolay Kim 2017-10-15 09:33:17 -0700
  • 1d2521a5a4 Update README.md Nikolay Kim 2017-10-15 09:15:38 -0700
  • b79187a425 more tests Nikolay Kim 2017-10-14 23:14:26 -0700
  • c3e71bb9ad fix another link Nikolay Kim 2017-10-14 23:01:06 -0700
  • 0d27c0bc78 fix links Nikolay Kim 2017-10-14 23:00:03 -0700
  • 41f1e6cdc9 split http request; add HttpRequest::range() Nikolay Kim 2017-10-14 22:52:38 -0700
  • f30aef404d fix tests Nikolay Kim 2017-10-14 11:13:02 -0700
  • edac148f7c added Httprequest::cookie() method Nikolay Kim 2017-10-14 11:02:25 -0700
  • f0531793b4 add cookies support for response Nikolay Kim 2017-10-14 10:40:58 -0700
  • 5c9f813d28 more tests Nikolay Kim 2017-10-14 10:01:53 -0700
  • 95987daa72 rename to actix-web Nikolay Kim 2017-10-14 07:59:35 -0700
  • eedef6633c test placeholder Nikolay Kim 2017-10-14 01:45:23 -0700
  • 86d9e9051d do not use skeptic tests for cov report Nikolay Kim 2017-10-14 01:36:39 -0700
  • 09773eca82 enable clippy Nikolay Kim 2017-10-14 01:26:01 -0700
  • 26c1fdd31f rename tests Nikolay Kim 2017-10-14 01:20:06 -0700
  • 218b00ca8b drop beta Nikolay Kim 2017-10-14 00:58:34 -0700
  • 7895416914 codecov config Nikolay Kim 2017-10-14 00:41:54 -0700
  • 8c42b8ae86 more tests Nikolay Kim 2017-10-14 00:28:49 -0700
  • 58c40e9610 reader tests Nikolay Kim 2017-10-14 00:11:12 -0700
  • 02f2d0dfa2 disable try_trait in main Nikolay Kim 2017-10-13 18:58:22 -0700
  • 178d2e846d do not use try_trait in main Nikolay Kim 2017-10-13 18:54:02 -0700
  • 31500fffcd disable nightly feature Nikolay Kim 2017-10-13 17:59:01 -0700
  • 3516f02e4f keep-alive support Nikolay Kim 2017-10-13 16:33:23 -0700
  • 0447c66de1 simplify Frame::Message; impl Try for Reply Nikolay Kim 2017-10-13 14:43:17 -0700
  • c0e73c7275 provide wait method Nikolay Kim 2017-10-11 19:20:05 -0700
  • 8b1fdeb8c9 response version is optional Nikolay Kim 2017-10-10 17:14:30 -0700
  • 0e6a67fc26 refactor response generation Nikolay Kim 2017-10-10 16:03:32 -0700
  • 78e6149d9f fix connection upgrade Nikolay Kim 2017-10-10 12:39:24 -0700
  • 9653a1fa98 export Body Nikolay Kim 2017-10-09 23:39:41 -0700
  • be7bda65ef clippy warnings Nikolay Kim 2017-10-09 23:10:15 -0700
  • 676347d7f6 drop hyper Nikolay Kim 2017-10-09 23:07:32 -0700
  • 994a9e907e use ActorItemsCell Nikolay Kim 2017-10-09 10:44:11 -0700
  • 6d2f02ee5e doc strings Nikolay Kim 2017-10-08 20:55:44 -0700
  • e2dc775e21 refactor payload Nikolay Kim 2017-10-08 20:16:48 -0700
  • e398694bdb drop unused code Nikolay Kim 2017-10-08 17:47:41 -0700
  • 63b78b6461 better naming Nikolay Kim 2017-10-08 14:56:51 -0700
  • 3036152581 Update README.md Nikolay Kim 2017-10-08 00:17:34 -0700
  • c12669a435 update actix Nikolay Kim 2017-10-08 00:14:52 -0700
  • 4102b9e1c5 update docs Nikolay Kim 2017-10-07 23:59:57 -0700
  • 01e9a7d77e Update README.md Nikolay Kim 2017-10-07 22:46:41 -0700
  • a021a06743 update ws docs Nikolay Kim 2017-10-07 22:41:02 -0700
  • f2d20514fa websocket support Nikolay Kim 2017-10-07 21:48:00 -0700
  • 4234f133d2 update readme Nikolay Kim 2017-10-07 01:12:43 -0700
  • 3f253365b7 readme Nikolay Kim 2017-10-07 00:53:36 -0700
  • 9b7f2395e5 better naming Nikolay Kim 2017-10-07 00:31:40 -0700
  • 127cc270da better naming Nikolay Kim 2017-10-07 00:22:09 -0700
  • ce4aea46c3 better naming Nikolay Kim 2017-10-06 23:36:36 -0700
  • a505be9321 docs Nikolay Kim 2017-10-06 23:14:13 -0700
  • 0b5f0c4f22 initial implementation Nikolay Kim 2017-10-06 21:48:14 -0700
  • b361d68e0b Update README.md Nikolay Kim 2017-09-30 09:38:43 -0700
  • 8dd79b577d do not run clippy on travis Nikolay Kim 2017-09-30 09:23:53 -0700
  • 7639877b9e update readme Nikolay Kim 2017-09-30 09:16:59 -0700
  • 5b6f5d8ce3 prep work Nikolay Kim 2017-09-30 09:10:03 -0700
  • e317ea8181 Initial commit Nikolay Kim 2017-09-30 08:30:02 -0700