1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-13 02:39:32 +00:00

Commit graph

  • 625c4ad0db add more comments Nikolay Kim 2017-12-18 16:30:35 -0800
  • fde94bfe95 added diesel example Nikolay Kim 2017-12-18 16:25:26 -0800
  • 3e8a6c3988 add tera example Nikolay Kim 2017-12-18 13:41:52 -0800
  • 26af6040ff update tests Nikolay Kim 2017-12-18 13:26:43 -0800
  • 9ed4159c0c update examples Nikolay Kim 2017-12-18 13:06:41 -0800
  • 27d92f3a23 refactor server bind and start process Nikolay Kim 2017-12-17 12:35:04 -0800
  • 4b421b44a2 add mit license Nikolay Kim 2017-12-17 10:08:44 -0800
  • 1a51f75ecc update readme Nikolay Kim 2017-12-17 10:03:37 -0800
  • 9821c6ea90 update readme Nikolay Kim 2017-12-16 11:39:56 -0800
  • 167717d20e update readme Nikolay Kim 2017-12-16 11:22:39 -0800
  • 91ffab8f6e update readme Nikolay Kim 2017-12-16 07:30:53 -0800
  • b1f33e29ec simplify content-length calculation Nikolay Kim 2017-12-16 07:29:15 -0800
  • ed8bd3d6a3 h1 cleanups Nikolay Kim 2017-12-15 22:49:48 -0800
  • 1daf50095a cleanup response Nikolay Kim 2017-12-15 20:00:12 -0800
  • a8b2f1b821 update tests Nikolay Kim 2017-12-15 18:49:11 -0800
  • 1ddcce7b76 hide httpresponse box Nikolay Kim 2017-12-15 16:24:15 -0800
  • c3d5e4301a cleanup h1 parse Nikolay Kim 2017-12-15 13:10:12 -0800
  • 71c37bde5a
    Update README.md Nikolay Kim 2017-12-15 05:44:10 -0800
  • 4913e7d3c2 cleanup Nikolay Kim 2017-12-14 22:22:27 -0800
  • d77156c16c fix readme Nikolay Kim 2017-12-14 20:49:09 -0800
  • 106f43e874 better SharedBytes usage for h2 Nikolay Kim 2017-12-14 20:48:31 -0800
  • 2b0994e448 update tests Nikolay Kim 2017-12-14 20:29:49 -0800
  • a2dff8a0b9 update readme Nikolay Kim 2017-12-14 20:12:28 -0800
  • c37565cc4a various server optimizations Nikolay Kim 2017-12-14 19:34:31 -0800
  • b61c2a0cf0 handle keep-alive setting more efficient Nikolay Kim 2017-12-14 11:20:45 -0800
  • c98d320f8c rename FromRequest trait to Responder Nikolay Kim 2017-12-14 09:43:42 -0800
  • 355f54efe2 update api docs Nikolay Kim 2017-12-13 23:35:21 -0800
  • 8c1487f7f2 update tests Nikolay Kim 2017-12-13 23:09:20 -0800
  • 4529efa948 rename module Nikolay Kim 2017-12-13 22:54:52 -0800
  • 9d0a64ac98 remove unused file Nikolay Kim 2017-12-13 22:43:16 -0800
  • b7cde3f4a9 update guide Nikolay Kim 2017-12-13 22:36:28 -0800
  • 408ddf0be1 add ssl guide ref Nikolay Kim 2017-12-13 21:56:30 -0800
  • 406ef20262 add readme Nikolay Kim 2017-12-13 21:44:16 -0800
  • c2751efa87 refactor keep-alive; update guide Nikolay Kim 2017-12-13 21:38:47 -0800
  • 653b431895 fix example Nikolay Kim 2017-12-13 17:28:16 -0800
  • 96f598f2c4 various optimizations Nikolay Kim 2017-12-13 16:44:35 -0800
  • 81f8da03ae refactor http workers Nikolay Kim 2017-12-13 12:47:07 -0800
  • 6b61041aec move tests Nikolay Kim 2017-12-13 11:16:26 -0800
  • d4187f682b various cleanups Nikolay Kim 2017-12-13 11:10:03 -0800
  • 55204c829c update tests Nikolay Kim 2017-12-13 08:00:25 -0800
  • 2e83c5924d cleanup and optimize some code Nikolay Kim 2017-12-12 21:32:58 -0800
  • ab6efd2421 handle http connections in different threads Nikolay Kim 2017-12-12 17:21:00 -0800
  • 55818028cb state does not need to be Send Nikolay Kim 2017-12-12 08:51:16 -0800
  • e9aa67b75d http server accepts factory of HttpHandlers Nikolay Kim 2017-12-12 07:40:36 -0800
  • b9da09ddf0 update readme Nikolay Kim 2017-12-11 19:17:37 -0800
  • d7efbb516d fix guide tests Nikolay Kim 2017-12-11 19:16:45 -0800
  • 6e3f598c50 fix guide page Nikolay Kim 2017-12-11 16:50:51 -0800
  • 007b7ce62f unify route not found handling Nikolay Kim 2017-12-11 16:26:51 -0800
  • b1ae7f95cc update readme example Nikolay Kim 2017-12-11 15:57:37 -0800
  • 96381f5d6a fix doc Nikolay Kim 2017-12-11 14:27:09 -0800
  • 0f75d066f2 simplify Application creation; update url dispatch guide section Nikolay Kim 2017-12-11 14:16:29 -0800
  • caca907c23 update guide Nikolay Kim 2017-12-09 14:06:22 -0800
  • c5490a851c add guid for path normalization Nikolay Kim 2017-12-09 13:58:24 -0800
  • 0388a464ba tests for NormalizePath Nikolay Kim 2017-12-09 13:25:06 -0800
  • 71bbe2a5dd update doc string for NormalizePath Nikolay Kim 2017-12-09 11:55:55 -0800
  • 7addd2800d add NormalizePath handler Nikolay Kim 2017-12-09 11:39:13 -0800
  • 273de2260d refactor pipeline Nikolay Kim 2017-12-09 05:54:04 -0800
  • b98ab2eebe use trait instead of pipeline Nikolay Kim 2017-12-09 04:33:40 -0800
  • 4a40b026a4 more error wrappers Nikolay Kim 2017-12-08 15:52:46 -0800
  • a44f71d8c2 make ErrorBadRequest type useful Nikolay Kim 2017-12-08 15:25:37 -0800
  • 9043e7286d tests for default predicates Nikolay Kim 2017-12-08 12:51:44 -0800
  • 3e91b06241 fix static files Nikolay Kim 2017-12-08 12:29:28 -0800
  • 774bfc0a86 use server settings for scheme and host values Nikolay Kim 2017-12-08 09:48:53 -0800
  • 1293619096 set server settings to HttpHandler Nikolay Kim 2017-12-08 09:24:05 -0800
  • 2192d14eff added ServerSettings Nikolay Kim 2017-12-07 22:54:44 -0800
  • b71ddf7b4c pass local addr to channel; use bitflags Nikolay Kim 2017-12-07 21:52:46 -0800
  • 3f06439d3e update examples Nikolay Kim 2017-12-07 18:08:16 -0800
  • d595dd850e load cookies automatically Nikolay Kim 2017-12-07 18:00:20 -0800
  • 0abb3863dc simplify api Nikolay Kim 2017-12-07 17:38:18 -0800
  • dff7618f35 rearrange exports Nikolay Kim 2017-12-07 16:40:29 -0800
  • 968f5d39d6 added external resources; refactor route recognizer Nikolay Kim 2017-12-07 16:22:26 -0800
  • 9e3aa59155 ignore tests Nikolay Kim 2017-12-07 10:23:14 -0800
  • 2a0d5db41a more tests Nikolay Kim 2017-12-06 18:39:13 -0800
  • 4b03d03404 rearrange exports Nikolay Kim 2017-12-06 17:06:40 -0800
  • 9ea0781aba fix test Nikolay Kim 2017-12-06 16:58:49 -0800
  • 63502fa833 test for Router::has_route Nikolay Kim 2017-12-06 16:40:23 -0800
  • a18bd5dac0 add doc ref Nikolay Kim 2017-12-06 16:34:54 -0800
  • 0dd27bd224 added HttpRequest::url_for Nikolay Kim 2017-12-06 16:26:27 -0800
  • 8d52e2bbd9 tests for default resource Nikolay Kim 2017-12-06 13:02:53 -0800
  • c63f058647 simplify application creation Nikolay Kim 2017-12-06 11:00:39 -0800
  • 87c7441f7d remove Applicaiton::route, resource is enough Nikolay Kim 2017-12-06 08:03:08 -0800
  • 04ded5ba68 hide pkcs Nikolay Kim 2017-12-06 07:49:01 -0800
  • 903b391e0a move ConnectionInfo to dev Nikolay Kim 2017-12-06 07:47:42 -0800
  • c2bfc091bd fix travis Nikolay Kim 2017-12-05 22:14:38 -0800
  • 20af8822fd cleanup Nikolay Kim 2017-12-05 21:53:00 -0800
  • d7e65b6212 add ConnectionInfo tests Nikolay Kim 2017-12-05 21:38:52 -0800
  • c3de32c3b3 added ConnectionInfo Nikolay Kim 2017-12-05 17:09:15 -0800
  • d8b880e167 work on resource_path api Nikolay Kim 2017-12-05 13:31:06 -0800
  • 3de43c2a46 update readme Nikolay Kim 2017-12-05 12:25:57 -0800
  • bd1e9abdd8 simple readme example Nikolay Kim 2017-12-05 11:50:09 -0800
  • 86d7290f9e update tests Nikolay Kim 2017-12-05 11:43:41 -0800
  • a83d9b24ae extrat elements of path pattern Nikolay Kim 2017-12-05 11:31:35 -0800
  • 3c9b6ea619 update guide Nikolay Kim 2017-12-04 20:38:38 -0800
  • fd6b243cd6 update examples Nikolay Kim 2017-12-04 16:32:31 -0800
  • 2950c90c77 doc fixes Nikolay Kim 2017-12-04 16:26:40 -0800
  • f4e9fc7b6a rename async to a Nikolay Kim 2017-12-04 16:09:22 -0800
  • e98972e93b exclude example from code coverage Nikolay Kim 2017-12-04 15:35:07 -0800
  • e332c1242f use Route for Applicaiton handlers Nikolay Kim 2017-12-04 14:53:40 -0800
  • f5d6179a34 renamed Route::handler to Route::f, added Route::h to register Handler Nikolay Kim 2017-12-04 14:07:53 -0800
  • 03f7d95d88 fix fmratting Nikolay Kim 2017-12-04 13:36:28 -0800