1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-12-24 17:10:33 +00:00

Commit graph

  • 482e3f6011 feat: enable use of patch as request method Jannik Keye 2019-03-07 21:02:34 +0100
  • d2c755bb47 update client connector Nikolay Kim 2019-03-13 22:57:28 -0700
  • 3a24a75d13 update dep Nikolay Kim 2019-03-13 16:56:11 -0700
  • 033a8d890c update actix connect Nikolay Kim 2019-03-13 15:57:33 -0700
  • 1941aa0217 use actix-connect crate Nikolay Kim 2019-03-13 14:41:40 -0700
  • 17ecdd63d2 httpresponse: add constructor for HttpResponseBuilder (#697) Luca Bruno 2019-03-13 15:20:18 +0100
  • ac02f1a4e3
    httpresponse: add constructor for HttpResponseBuilder #697 Luca Bruno 2019-02-13 10:36:26 +0000
  • 86405cfe7a more tests Nikolay Kim 2019-03-12 22:57:09 -0700
  • 28f01beaec update deps Nikolay Kim 2019-03-12 17:06:08 -0700
  • f627d01055 update actix-server Nikolay Kim 2019-03-12 17:04:08 -0700
  • e271d4e47a Merge branch 'master' of github.com:actix/actix-http Nikolay Kim 2019-03-12 16:55:38 -0700
  • 402a40ab27 update actix-server dep Nikolay Kim 2019-03-12 16:55:16 -0700
  • 7242d96701 map BlockingError Nikolay Kim 2019-03-11 23:19:05 -0700
  • a2c4639074 move blocking code to actix-rt Nikolay Kim 2019-03-11 23:11:51 -0700
  • 5ef7325a2f
    Merge branch 'master' into master #700 Douman 2019-03-12 08:14:42 +0300
  • 00d47acedc
    Update README.md Nikolay Kim 2019-03-11 17:56:48 -0700
  • 409888fcd5 remove debug print, remove unused flags Nikolay Kim 2019-03-11 16:47:12 -0700
  • e15e4f18fd update tests Nikolay Kim 2019-03-11 16:42:33 -0700
  • eae48f9612 use server backlog Nikolay Kim 2019-03-11 15:26:05 -0700
  • ad43ca735b update server service requirenments Nikolay Kim 2019-03-11 15:09:42 -0700
  • cc7f6b5eef Fix preflight CORS header compliance; refactor previous patch. (#717) David McGuire 2019-03-10 21:26:54 -0700
  • 9680423025 Add more tests for route Nikolay Kim 2019-03-10 18:33:47 -0700
  • b8829bbf22 add identity middleware tests Nikolay Kim 2019-03-10 17:10:41 -0700
  • 0f0d6b65ca update service request/response location Nikolay Kim 2019-03-10 16:39:46 -0700
  • 6436004194 set test cookie if it is not empty Nikolay Kim 2019-03-10 17:06:43 -0700
  • 50a0cb5653 do no move self Nikolay Kim 2019-03-10 17:02:14 -0700
  • 615fbb49bd support cookies in TestRequest Nikolay Kim 2019-03-10 17:00:03 -0700
  • 4d96abb639 use actix_web::Error for middleware errors Nikolay Kim 2019-03-10 16:35:38 -0700
  • d755772039 add From impls for ResponseBuilder Nikolay Kim 2019-03-10 15:30:31 -0700
  • 79875ea039 update deps Nikolay Kim 2019-03-10 14:22:53 -0700
  • 039efc5703 move tests to different mods Nikolay Kim 2019-03-10 11:04:50 -0700
  • b6c1135798 hide blocking mod Nikolay Kim 2019-03-10 10:56:53 -0700
  • 16c42be4a2 simplify extractor configuration, config is optional now Nikolay Kim 2019-03-10 10:53:56 -0700
  • ee8725b581 move extractors to separate submod Nikolay Kim 2019-03-10 10:01:24 -0700
  • 49d65fb07a move extract to submodule Nikolay Kim 2019-03-10 09:34:25 -0700
  • 9b8812423c reexport Server controller form actix-server Nikolay Kim 2019-03-10 09:20:58 -0700
  • 3a2035a121 fix doc tests Nikolay Kim 2019-03-09 21:15:26 -0800
  • be9031c55e update doc api Nikolay Kim 2019-03-09 20:48:05 -0800
  • 12f0c78091 port identity middleware Nikolay Kim 2019-03-09 20:40:09 -0800
  • 134863d5c8 move middlewares Nikolay Kim 2019-03-09 18:04:40 -0800
  • 513ce0b08d add json and form client request's method Nikolay Kim 2019-03-09 17:42:35 -0800
  • 85664cc6f7 update deps Nikolay Kim 2019-03-09 14:56:18 -0800
  • 6c4be45787 update deps Nikolay Kim 2019-03-09 14:33:33 -0800
  • d2dba028f6 fix dependency link Nikolay Kim 2019-03-09 14:07:43 -0800
  • 54678308d0 propogate app config with http request; add tests for url_for Nikolay Kim 2019-03-09 14:06:24 -0800
  • 9c7056e9b8 fix connector Nikolay Kim 2019-03-09 13:38:56 -0800
  • c0ce7f0bae update http service usage; add app host Nikolay Kim 2019-03-09 10:53:00 -0800
  • d026821924 unify service builders Nikolay Kim 2019-03-09 10:39:06 -0800
  • fde55ffa14 revert generic request parameter for service; support ServerConfig as new factory config Nikolay Kim 2019-03-09 09:49:11 -0800
  • aadcdaa3d6 add resource map, it allow to check if router has resource and it allows to generate urls for named resources Nikolay Kim 2019-03-09 07:39:34 -0800
  • ca73f178c9 revert generic service request; add ServerConfig to service factories Nikolay Kim 2019-03-09 07:37:23 -0800
  • e324522389 listen method has different signature Nikolay Kim 2019-03-08 22:47:49 -0800
  • efcca3b7e0 Fix preflight CORS header compliance; refactor previous patch. #717 David McGuire 2019-03-06 14:48:55 -0800
  • 2f6df11183 do not execute blocking fn if result is not required Nikolay Kim 2019-03-07 19:31:17 -0800
  • eef687ec80 remove unneeded methods Nikolay Kim 2019-03-07 15:51:24 -0800
  • 88e5059910 add doc string to guards Nikolay Kim 2019-03-07 15:37:39 -0800
  • b6b2eadb3a rename blocking fn Nikolay Kim 2019-03-07 14:41:43 -0800
  • c2a350b33f export blocking via web module Nikolay Kim 2019-03-07 14:40:20 -0800
  • 0e57b4ad61 export extractor configs via web module Nikolay Kim 2019-03-07 14:01:52 -0800
  • b211966c28 Payload extractor Nikolay Kim 2019-03-07 13:33:40 -0800
  • d77954d19e fix files test Nikolay Kim 2019-03-07 12:32:40 -0800
  • ceb6d45bf2 reexpost extractors in web module Nikolay Kim 2019-03-07 11:43:46 -0800
  • 22708e78a9 added proc-macros for route registration Nikolay Kim 2019-03-07 11:09:42 -0800
  • 1151b5bf7c fix crate name Nikolay Kim 2019-03-06 23:43:03 -0800
  • e56691bcf2 rename to Files Nikolay Kim 2019-03-06 23:39:08 -0800
  • 6e638129c5 use generic HttpService Nikolay Kim 2019-03-06 23:06:14 -0800
  • 6d639ae3df allow to create http services with config Nikolay Kim 2019-03-06 22:59:56 -0800
  • 3b069e0568 added combined http1/2 service Nikolay Kim 2019-03-06 22:56:34 -0800
  • e25483a0d5 fix warnings Nikolay Kim 2019-03-06 21:12:35 -0800
  • 60c048c8cd fix nested resources Nikolay Kim 2019-03-06 19:27:18 -0800
  • 244fff9e0a added Logger middleware Nikolay Kim 2019-03-06 19:19:27 -0800
  • 561a89b8b3 copy logger Nikolay Kim 2019-03-06 17:32:41 -0800
  • fe22e83144 refactor service registration process; unify services and resources Nikolay Kim 2019-03-06 15:47:15 -0800
  • 10ba7c8bec
    Merge branch 'master' into master boxdot 2019-03-06 21:04:24 +0100
  • b689bb9260 add failure support Nikolay Kim 2019-03-06 11:45:33 -0800
  • 5cde4dc479 update actix-rt Nikolay Kim 2019-03-06 10:41:07 -0800
  • ad08e856d7 update actix-rt Nikolay Kim 2019-03-06 10:30:17 -0800
  • db39a604ae implement ResponseError trait for BlockingError Nikolay Kim 2019-03-06 10:03:37 -0800
  • db566a634c make State type Send compatible Nikolay Kim 2019-03-06 10:03:18 -0800
  • 3fc28c5d07 simplify StaticFile constructor, move HttpRange to separate module Nikolay Kim 2019-03-06 09:27:02 -0800
  • ceca96da28 Added HTTP Authentication for Client (#540) Stephen Ellis 2019-03-06 01:56:12 -0800
  • 6efc3438b8 refactor and enable some tests for staticfiles Nikolay Kim 2019-03-05 22:10:08 -0800
  • 889d67a356 add Stream impl for ResponseBody Nikolay Kim 2019-03-05 21:19:12 -0800
  • 34c8b95a35 allow to extract body from response Nikolay Kim 2019-03-05 21:15:18 -0800
  • 1a80b70868 add Responder impl for InternalError Nikolay Kim 2019-03-05 19:41:50 -0800
  • 0de47211b2 tune App::default_resource signature Nikolay Kim 2019-03-05 19:30:44 -0800
  • f71354783e update HttpMessage impls Nikolay Kim 2019-03-05 19:10:45 -0800
  • d85468f7e1 do not expose headers_mut via HttpMessage Nikolay Kim 2019-03-05 19:07:07 -0800
  • 81273f71ef update tests Nikolay Kim 2019-03-05 19:03:59 -0800
  • 0cf73f1a04 move session to different folder Nikolay Kim 2019-03-05 18:52:29 -0800
  • 143ef87b66 add session and cookie session backend Nikolay Kim 2019-03-05 18:47:18 -0800
  • 496ee8d039 remove more MessageBody constraints from Response Nikolay Kim 2019-03-05 18:14:30 -0800
  • 0d2116156a Messagebody constraint is not required from Response::into_body Nikolay Kim 2019-03-05 17:24:24 -0800
  • 200cae19a9 add HttpMessage impl &mut T Nikolay Kim 2019-03-05 14:39:06 -0800
  • 96477d42cb extend HttpMessage trait, add api to work with requests cookies Nikolay Kim 2019-03-05 13:16:26 -0800
  • 69e396ab6a Added comment for test_client.rs, updated spacing in test function #540 Stephen Ellis 2019-03-05 11:57:13 -0800
  • 2f1b29abce
    Fix typo in test name. boxdot 2019-03-05 20:43:33 +0100
  • b1e68ac72a
    Merge branch 'master' into master boxdot 2019-03-05 20:41:42 +0100
  • 01329af1c2 fix non ssl code Nikolay Kim 2019-03-05 10:18:46 -0800
  • 6457996cf1 move session to separate crate Nikolay Kim 2019-03-05 10:12:49 -0800