1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-05-24 21:54:04 +02:00

Commit Graph

  • 5a37a8b813 restore hyper tests axon-q 2018-06-07 10:55:36 +00:00
  • c0c1817b5c remove unicase dependency axon-q 2018-06-07 10:33:00 +00:00
  • 82c888df22 fix test axon-q 2018-06-07 09:10:46 +00:00
  • 936ba2a368 multipart: parse and validate Content-Disposition axon-q 2018-06-06 14:06:01 +00:00
  • 2d0b609c68 travis config Nikolay Kim 2018-06-05 10:08:42 -07:00
  • 6467d34a32 update release date Nikolay Kim 2018-06-05 09:45:07 -07:00
  • 2b616808c7 metadata for docs.rs Nikolay Kim 2018-06-05 08:59:30 -07:00
  • e5f7e4e481 update changelog Nikolay Kim 2018-06-05 08:55:28 -07:00
  • d1da227ac5 fix multipart boundary parsing #282 Nikolay Kim 2018-06-05 08:52:46 -07:00
  • 960a8c425d update changelog Nikolay Kim 2018-06-05 07:40:11 -07:00
  • f94fd9ebee CORS: Do not validate Origin header on non-OPTION requests #271 Nikolay Kim 2018-06-05 07:39:47 -07:00
  • 67ee24f9a0
    Merge pull request #274 from mockersf/user-agent Nikolay Kim 2018-06-04 14:04:52 -07:00
  • 5004821cda
    Merge branch 'master' into user-agent Nikolay Kim 2018-06-04 14:04:45 -07:00
  • ae7a0e993d update changelog Nikolay Kim 2018-06-04 13:43:52 -07:00
  • 984791187a Middleware::response is not invoked if error result was returned by another Middleware::start #255 Nikolay Kim 2018-06-04 13:42:47 -07:00
  • b07c50860a update changelog François Mockers 2018-06-04 22:34:07 +02:00
  • eb0909b3a8
    Merge branch 'master' into user-agent Nikolay Kim 2018-06-04 10:20:53 -07:00
  • ca3fb11f8b add actix-web version in header François Mockers 2018-06-04 08:15:04 +02:00
  • 47eb4e3d3d
    Merge pull request #278 from mbrobbel/patch-2 Nikolay Kim 2018-06-03 16:28:51 -07:00
  • 268c5d9238
    Fix typo Matthijs Brobbel 2018-06-03 20:28:08 +02:00
  • 86be54df71 add default value for header User-Agent in requests François Mockers 2018-06-03 15:48:00 +02:00
  • ea018e0ad6 better examle in doc string Nikolay Kim 2018-06-02 16:03:23 -07:00
  • b799677532 better error messages for overflow errors Nikolay Kim 2018-06-02 15:10:48 -07:00
  • 8c7182f6e6
    Merge pull request #270 from DoumanAsh/payload_err Nikolay Kim 2018-06-02 15:06:55 -07:00
  • 7298c7aabf
    Merge branch 'master' into payload_err Nikolay Kim 2018-06-02 15:04:22 -07:00
  • 7e0706a942 implement Debug for Form, Query, Path extractors Nikolay Kim 2018-06-02 14:58:15 -07:00
  • 698f0a1849 update changelog Nikolay Kim 2018-06-02 14:57:56 -07:00
  • 8b8a3ac01d Support chunked encoding for UrlEncoded body #262 Nikolay Kim 2018-06-02 14:57:36 -07:00
  • 7ab23d082d fix doc test Nikolay Kim 2018-06-02 13:45:29 -07:00
  • 913dce0a72
    Merge branch 'master' into payload_err Douman 2018-06-02 23:10:06 +03:00
  • 2a9b57f489 Correct docstring Douman 2018-06-02 22:27:43 +03:00
  • fce8dd275a Specialize ResponseError for PayloadError Douman 2018-06-02 22:20:22 +03:00
  • 3c472a2f66 remove debug prints Nikolay Kim 2018-06-02 11:57:49 -07:00
  • dcb561584d remove debug print Nikolay Kim 2018-06-02 11:55:27 -07:00
  • 593a66324f update changelog Nikolay Kim 2018-06-02 11:45:37 -07:00
  • 4a39216aa7 fixed HttpRequest::url_for for a named route with no variables #265 Nikolay Kim 2018-06-02 11:44:09 -07:00
  • 8d905c8504 add links to migration Nikolay Kim 2018-06-02 09:28:32 -07:00
  • 33326ea41b fix layout Nikolay Kim 2018-06-02 09:25:11 -07:00
  • 0457fe4d61 add System changes to migration guide Nikolay Kim 2018-06-02 09:19:13 -07:00
  • cede817915 update changelog Nikolay Kim 2018-06-02 09:15:44 -07:00
  • 3bfed36fcc do not re-export actix_inner Nikolay Kim 2018-06-02 09:14:47 -07:00
  • 0ff5f5f448 update migration Nikolay Kim 2018-06-02 09:01:51 -07:00
  • 2f476021d8
    Merge pull request #267 from joshleeb/trait-middleware-mut-self Nikolay Kim 2018-06-02 08:54:30 -07:00
  • a61a1b0efe
    Merge branch 'master' into trait-middleware-mut-self Nikolay Kim 2018-06-02 08:54:00 -07:00
  • e041e9d3b7
    Merge pull request #268 from killercup/docs/no-more-missing-docs Nikolay Kim 2018-06-02 08:52:14 -07:00
  • 890a7e70d6 Add missing API docs Pascal Hertleif 2018-06-02 15:51:58 +02:00
  • 47b7be4fd3 Add warning for missing API docs Pascal Hertleif 2018-06-02 15:50:45 +02:00
  • 9c9eb62031 Update Middleware trait to use &mut self Josh Leeb-du Toit 2018-06-02 13:37:29 +10:00
  • 8d73c30dae
    Merge pull request #266 from killercup/docs/fix-typos-and-run-more-code Nikolay Kim 2018-06-01 16:37:34 -07:00
  • d912bf8771 Add more docs to ResourceHandler API Pascal Hertleif 2018-06-02 00:57:24 +02:00
  • f414a491dd Fix some ResourceHandler docs Pascal Hertleif 2018-06-02 00:57:07 +02:00
  • 8f42fec9b2 stable compat Nikolay Kim 2018-06-01 12:17:13 -07:00
  • 8452c7a044 fix doc api example Nikolay Kim 2018-06-01 11:22:40 -07:00
  • 009ee4b3db update changelog Nikolay Kim 2018-06-01 10:55:54 -07:00
  • 3e0a71101c drop with2 and with3 Nikolay Kim 2018-06-01 10:54:23 -07:00
  • c8930b7b6b fix rustfmt formatting Nikolay Kim 2018-06-01 10:27:23 -07:00
  • 3f5a39a5b7 cargo fmt Nikolay Kim 2018-06-01 09:37:14 -07:00
  • 154cd3c5de better actix mod re-exports Nikolay Kim 2018-06-01 09:36:16 -07:00
  • 80965d7a9a
    Re-export actix dependency. Closes #260 (#264) Douman 2018-05-31 20:43:14 +03:00
  • 716bffeb8e Bearer auth svartalf 2018-05-30 16:43:39 +03:00
  • 77becb9bc0 fix doc string Nikolay Kim 2018-05-29 18:48:29 -07:00
  • dde266b9ef fix doc string Nikolay Kim 2018-05-29 18:31:39 -07:00
  • 34fd9f8148 travis config Nikolay Kim 2018-05-29 18:18:05 -07:00
  • a64205e502 refactor TransferEncoding; allow to use client api with threaded tokio runtime Nikolay Kim 2018-05-29 16:32:39 -07:00
  • 844be8d9dd fix ssl test server Nikolay Kim 2018-05-29 10:59:24 -07:00
  • dffb7936fb Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-05-29 10:31:43 -07:00
  • ecd05662c0 use new actix system api Nikolay Kim 2018-05-29 10:31:37 -07:00
  • 6eee3d1083
    Merge pull request #258 from mbrobbel/patch-1 Nikolay Kim 2018-05-29 09:15:39 -07:00
  • 6b43fc7068
    Fix typo in httpresponse.rs Matthijs Brobbel 2018-05-29 18:11:10 +02:00
  • 6624af63e3 Keep running unconnected actor forever if backoff says so Tobias Bieniek 2018-05-27 09:55:41 +02:00
  • 3bbda68adf Adjust ExponentialBackoff to never stop connecting Tobias Bieniek 2018-05-27 09:54:52 +02:00
  • fb582a6bca fix connector Nikolay Kim 2018-05-27 05:18:37 -07:00
  • be2ceb7c66 update actix Addr; make ClientConnector thread safe Nikolay Kim 2018-05-27 05:02:49 -07:00
  • 7c71171602
    Merge pull request #248 from bbigras/same-site Nikolay Kim 2018-05-26 08:02:12 -07:00
  • 4dcecd907b Add same-site to CookieSessionBackend Bruno Bigras 2018-05-25 19:15:00 -04:00
  • 255cd4917d fix doc test Nikolay Kim 2018-05-24 22:04:14 -07:00
  • f48702042b min rustc version Nikolay Kim 2018-05-24 21:09:20 -07:00
  • 690169db89 migrate to tokio Nikolay Kim 2018-05-24 21:03:16 -07:00
  • 565bcfb561
    Merge pull request #245 from svartalf/response-builder-cookies-doc Nikolay Kim 2018-05-24 12:42:08 -07:00
  • 36f933ce1d Updating docs for HttpResponseBuilder::del_cookie svartalf 2018-05-24 21:36:17 +03:00
  • 111b6835fa fix comment Nikolay Kim 2018-05-24 11:06:15 -07:00
  • bf63be3bcd bump version Nikolay Kim 2018-05-24 09:24:04 -07:00
  • 9f9e0b98ad change homepage link Nikolay Kim 2018-05-24 08:55:10 -07:00
  • 556646aaec update changelog Nikolay Kim 2018-05-24 07:56:51 -07:00
  • 174fb0b5f4
    Merge pull request #239 from max-frai/master Nikolay Kim 2018-05-24 07:46:53 -07:00
  • 836706653b
    Merge branch 'master' into master Nikolay Kim 2018-05-24 07:46:46 -07:00
  • 17f1a2b92a more scope tests Nikolay Kim 2018-05-23 14:11:01 -07:00
  • 3b08b16c11 bump version Nikolay Kim 2018-05-23 13:21:54 -07:00
  • 68eb2f26c9 Allow to use path without traling slashes for scope registration #241 Nikolay Kim 2018-05-23 13:21:29 -07:00
  • eee5365e0b Bumping crate version svartalf 2018-05-23 23:17:40 +03:00
  • 72757887c9 update doc links Nikolay Kim 2018-05-23 11:20:12 -07:00
  • eb5dbd43ae update changelog Nikolay Kim 2018-05-23 10:37:17 -07:00
  • 1f1dfac3f9
    Merge pull request #240 from ivanovaleksey/patch-2 Nikolay Kim 2018-05-23 09:50:40 -07:00
  • 2479b14aba Fix TestServer::post Aleksey Ivanov 2018-05-23 19:07:42 +03:00
  • 09f9a82a04 Cleaning up svartalf 2018-05-23 15:37:44 +03:00
  • f64c1e8879 Working version of the BasicAuth svartalf 2018-05-23 15:31:14 +03:00
  • ac24703512 Add ability to set encoding for exact NamedFile. Max Frai 2018-05-23 09:12:23 +03:00
  • db0091ba6f disable server test for windows Nikolay Kim 2018-05-21 21:01:52 -07:00
  • 2159158c30 Fix streaming response with body compression Nikolay Kim 2018-05-21 20:50:10 -07:00
  • 76d790425f bump version Nikolay Kim 2018-05-21 19:07:56 -07:00