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

Commit graph

  • e93af57fa7 add json example link ami44 2017-12-30 16:07:39 +0100
  • a166fc82f4 add json-rust example ami44 2017-12-30 15:24:12 +0100
  • 2d769f805a add diesel+postgresql link Alban Minassian 2017-12-30 12:21:34 +0100
  • 6ea894547d better application handling, fix url_for method for routes with prefix Nikolay Kim 2017-12-29 14:04:13 -0800
  • 491d43aa8c update tests Nikolay Kim 2017-12-29 11:49:36 -0800
  • 1baead993a call poll_io recursevely aftre drain completion Nikolay Kim 2017-12-29 11:45:56 -0800
  • 3d3e4dae9a refactor IntoHttpHandler trait Nikolay Kim 2017-12-29 11:33:04 -0800
  • 1d195a2cf2 make Pipeline private Nikolay Kim 2017-12-29 09:16:50 -0800
  • d87fafb563 fix and refactor middleware runner Nikolay Kim 2017-12-29 01:01:31 -0800
  • 308df19865 update readme Nikolay Kim 2017-12-28 16:27:08 -0800
  • 538fea8027 add graceful shutdown system Nikolay Kim 2017-12-28 16:25:47 -0800
  • 3f4898a6d1 add StopWorker message Nikolay Kim 2017-12-28 13:07:29 -0800
  • 6a2bb9a473 split worker code to separate module Nikolay Kim 2017-12-28 12:38:37 -0800
  • d8b0ce88a5 fix guide example Nikolay Kim 2017-12-28 12:27:46 -0800
  • 783e19c1bf fix RequestSession impl for HttpRequest Nikolay Kim 2017-12-28 11:43:45 -0800
  • d80a0c9f94 add support for unix signals Nikolay Kim 2017-12-28 11:36:20 -0800
  • 02b37570f4 flaky test Nikolay Kim 2017-12-28 09:11:25 -0800
  • 820404cdd2
    Merge pull request #20 from ami44/master Nikolay Kim 2017-12-28 04:23:41 -0800
  • 27b0dfd761 set sessio name #20 Alban Minassian 2017-12-28 13:02:46 +0100
  • b714e1f4ce fix example Nikolay Kim 2017-12-27 19:29:04 -0800
  • 093d0bae40 Param ctor is private Nikolay Kim 2017-12-27 19:19:28 -0800
  • 8941557da6 add parameter container iterator Nikolay Kim 2017-12-27 19:09:36 -0800
  • 6bb893deab use Params object for query Nikolay Kim 2017-12-27 19:02:29 -0800
  • 19e1c1b75b use Cow for Params type Nikolay Kim 2017-12-27 18:41:09 -0800
  • 556de72932 add server spawn method Nikolay Kim 2017-12-27 17:49:10 -0800
  • 4d741b4de5
    Fix typos Nikolay Kim 2017-12-27 13:26:31 -0800
  • 0589f2ee49 add server management commands Nikolay Kim 2017-12-27 12:58:32 -0800
  • da8aa8b988 use mio for accept loop Nikolay Kim 2017-12-27 11:22:27 -0800
  • be1cd2936d check example in 1.20 Nikolay Kim 2017-12-27 09:49:59 -0800
  • e1fb32c6e5
    Update .travis.yml Nikolay Kim 2017-12-27 07:36:24 -0800
  • 5df5cc7374 fix guide example Nikolay Kim 2017-12-26 21:33:23 -0800
  • 0d21c2da22 various typos Nikolay Kim 2017-12-26 21:07:51 -0800
  • 183bcd38f8 modify unused_addr method; update websockt guide section Nikolay Kim 2017-12-26 20:52:21 -0800
  • 3abd0db6b1 restore server start test Nikolay Kim 2017-12-26 20:07:31 -0800
  • 29adc20581 rename module Nikolay Kim 2017-12-26 19:59:41 -0800
  • 743235b8fd add unit test helper Nikolay Kim 2017-12-26 19:48:02 -0800
  • 7f77ba557d add testing section to guide Nikolay Kim 2017-12-26 17:14:37 -0800
  • d3b7d2d6b3 allow to use application factory for test server Nikolay Kim 2017-12-26 16:47:55 -0800
  • f6510161b5 add simple TestServer for integrational tests cases Nikolay Kim 2017-12-26 16:35:00 -0800
  • e3b0f02794 fix type for disable feartures Nikolay Kim 2017-12-26 15:17:20 -0800
  • 9521de5746 HttpServer::addrs() return all bound socket addresses Nikolay Kim 2017-12-26 14:45:38 -0800
  • dd3a2aa68a add HttpServer::server_hostname method Nikolay Kim 2017-12-26 14:36:03 -0800
  • cce9c68a10 add doc string Nikolay Kim 2017-12-26 12:46:27 -0800
  • 5e17a846af add notes on sync primitives Nikolay Kim 2017-12-26 11:19:08 -0800
  • 030a70841a add link to gitter Nikolay Kim 2017-12-26 11:04:25 -0800
  • e4bfef9d26 fix tests Nikolay Kim 2017-12-26 09:28:24 -0800
  • cf8c2ca95e refactor Handler trait, use mut self Nikolay Kim 2017-12-26 09:00:45 -0800
  • b61a07a320 more info for middleware guide Nikolay Kim 2017-12-26 07:58:21 -0800
  • ffb5742b71 fix tests Nikolay Kim 2017-12-25 19:42:55 -0800
  • 465a87a7cf right version Nikolay Kim 2017-12-25 13:44:50 -0800
  • 5b65987f6a write response optimizations Nikolay Kim 2017-12-25 13:40:06 -0800
  • 89c9dfb5bc update getting started guide section Nikolay Kim 2017-12-25 08:19:33 -0800
  • a578262f73 update json example and guide info Nikolay Kim 2017-12-25 08:12:13 -0800
  • b0c8fa03f0 use specific nightly version for appveyor Nikolay Kim 2017-12-25 07:33:05 -0800
  • 98b0e023f3 optimize payload detection Nikolay Kim 2017-12-25 07:31:12 -0800
  • 012d55e424
    Set nightly version Nikolay Kim 2017-12-25 05:49:56 -0800
  • f1e82ebc1e better connect handling Nikolay Kim 2017-12-24 16:15:40 -0800
  • ddd9c24bb2 optimize payload type detection Nikolay Kim 2017-12-24 14:29:19 -0800
  • 9f9c75d832 simplify drain feature Nikolay Kim 2017-12-24 11:58:09 -0800
  • eaab28cd3b proper fix for compression Nikolay Kim 2017-12-21 12:57:59 -0800
  • c35d294611 fix compression Nikolay Kim 2017-12-21 12:54:18 -0800
  • 18f3841783 update test Nikolay Kim 2017-12-20 23:36:52 -0800
  • 0567e6fb0a fix typos in guide Nikolay Kim 2017-12-20 23:27:30 -0800
  • 55534bff8c simplify guide examples Nikolay Kim 2017-12-20 23:21:26 -0800
  • bca1dd4f9e update doc strings Nikolay Kim 2017-12-20 23:19:21 -0800
  • 0a68811dce cleanup more examples Nikolay Kim 2017-12-20 21:06:04 -0800
  • 406d2c41e9 add doc string Nikolay Kim 2017-12-20 20:56:17 -0800
  • 63ddc07ccb added JsonBody future Nikolay Kim 2017-12-20 20:30:54 -0800
  • 33b2be3281 move json responder to separate module Nikolay Kim 2017-12-20 17:51:28 -0800
  • bf23aa5d4b move db code to separate module Nikolay Kim 2017-12-20 17:43:43 -0800
  • 3c5fd18e02 cleanup examples Nikolay Kim 2017-12-20 16:32:31 -0800
  • 4dd3382ac7 update example Nikolay Kim 2017-12-20 16:13:21 -0800
  • 50891986bc simplify json example Nikolay Kim 2017-12-20 16:05:07 -0800
  • df2aa42dad cleanup example Nikolay Kim 2017-12-20 15:45:26 -0800
  • c36ad06332 more general Responder implementaiton for response future Nikolay Kim 2017-12-20 15:26:28 -0800
  • 821c96c37c check json example during travis build Nikolay Kim 2017-12-20 15:20:28 -0800
  • cbb81bc747 json request example Nikolay Kim 2017-12-20 15:12:43 -0800
  • 79f047f5be remove box from predicates Nikolay Kim 2017-12-20 13:23:50 -0800
  • 813b56ebe5 make async handler future more generic Nikolay Kim 2017-12-20 12:51:39 -0800
  • c3a39e026d Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2017-12-20 11:37:36 -0800
  • e05596b65d upgrade actix min version Nikolay Kim 2017-12-20 11:37:27 -0800
  • 65767558fb
    Update README.md Nikolay Kim 2017-12-20 08:00:28 -0800
  • 7fc7d6e17a update guide Nikolay Kim 2017-12-19 22:36:06 -0800
  • c47e2ccfee update guide examples Nikolay Kim 2017-12-19 18:44:17 -0800
  • d0c01c2cdd update guide example Nikolay Kim 2017-12-19 18:38:02 -0800
  • 50b2f62c80 update guide section about ssl Nikolay Kim 2017-12-19 18:36:29 -0800
  • 0a96b8c579 update readme Nikolay Kim 2017-12-19 16:17:27 -0800
  • d41aade0b7 update readme Nikolay Kim 2017-12-19 16:14:47 -0800
  • 626999bcc9 update doc strings Nikolay Kim 2017-12-19 16:09:19 -0800
  • 64d867d9a1 update session guide section Nikolay Kim 2017-12-19 15:44:25 -0800
  • 1596f4db73 refactor url encoded body parsing Nikolay Kim 2017-12-19 14:03:01 -0800
  • fa2a3bc55e make method private Nikolay Kim 2017-12-19 13:11:19 -0800
  • 52c9865716 split examples check Nikolay Kim 2017-12-19 12:22:11 -0800
  • db7bd962cb fix some doc strings Nikolay Kim 2017-12-19 11:46:11 -0800
  • f858fa7a32 Merge branch 'travis-test' Nikolay Kim 2017-12-19 11:35:16 -0800
  • 2bad99b645 better query() method impl; update doc strings Nikolay Kim 2017-12-19 11:34:51 -0800
  • 566066e855 check examples Nikolay Kim 2017-12-19 10:17:34 -0800
  • 009874125e add client.py comments Nikolay Kim 2017-12-19 10:25:23 -0800
  • 2e790dfcc6 add multipart guide section Nikolay Kim 2017-12-19 10:10:03 -0800
  • e3f9345420 multipart field is stream of bytes Nikolay Kim 2017-12-19 09:55:49 -0800