1
0
mirror of https://github.com/actix/examples synced 2025-06-14 04:35:57 +02:00

Commit Graph

  • 5c8aaba5f9
    Merge pull request #75 from CoderOffka/patch-1 Nikolay Kim 2019-02-03 11:54:35 -08:00
  • bb6fefc1e5
    Update README.md Andrey Tokarev 2019-02-03 22:06:29 +03:00
  • d3a69f0c58 Add nonfunctional complex example to diesel (#63) Firstyear 2019-01-31 19:12:27 +13:00
  • c27231045d
    Update README.md krircc 2019-01-30 09:09:55 +08:00
  • b35a773345
    Update README.md krircc 2019-01-30 09:08:54 +08:00
  • 18b75bc6c6
    Merge pull request #72 from comerc/patch-1 Nikolay Kim 2019-01-02 08:33:28 -08:00
  • 4152a005bb
    Typo comerc 2019-01-02 16:29:17 +03:00
  • 3afe400bdf Fix some issues at chat client (#71) Vane 2018-12-31 07:28:42 +01:00
  • 3a29f1927b Readme updated with a tutorial link (#69) Harry Gill 2018-12-20 12:52:56 +00:00
  • 2fc76ac49b simple-auth-server added to examples (#65) Harry Gill 2018-12-09 15:55:36 +00:00
  • 5871328be2 Fix proxy to handle both chunked and non-chunked responses (#59) Rotem Yaari 2018-11-17 20:27:29 +02:00
  • 8a81a3bb58 remove unneeded RefCells (#62) Philip Jenvey 2018-11-16 21:04:24 -08:00
  • e30915d98d Add example of a full HTTP proxy, proxying body, header and method (#58) Rotem Yaari 2018-11-04 11:20:57 +02:00
  • 61a4b3b23b Improve shared state example Douman 2018-10-27 14:03:02 +03:00
  • 9c3576932f Enable travis cargo cache back Douman 2018-10-14 21:16:17 +03:00
  • c6f092fc80 Encapsulate app state in Arc<Mutex<...>> (#54) Jan Niehusmann 2018-10-14 19:56:25 +02:00
  • 0a2a356e7a replace deprecated feature "alpn" with "ssl" (#56) Jan Niehusmann 2018-10-14 19:30:59 +02:00
  • 30623edfe1 fix rustls example with updated rustls in actix-web (#55) Jan Niehusmann 2018-10-14 19:30:18 +02:00
  • 98d060184f Disable cargo caching to update actix-web version? Douman 2018-10-14 20:19:21 +03:00
  • 82a107452b
    Update README.md krircc 2018-10-09 00:50:23 +08:00
  • d6051d931c
    Update README.md krircc 2018-10-01 09:59:21 +08:00
  • 1d5c343e17
    Update README.md krircc 2018-10-01 09:42:07 +08:00
  • 024e21439e Fix favicon's href (#51) EasyToFindName 2018-09-30 23:14:57 +03:00
  • 62a0101c07 Fix pinging so client doesn't get dropped automatically after 10 seconds (#52) Daniel Kavanagh 2018-09-30 14:09:00 -06:00
  • d8412fb9bb Do not use master branch of actix-web Douman 2018-09-28 18:20:09 +03:00
  • 3c5d53416b make the code neater (#49) Madao 2018-09-28 13:35:13 +08:00
  • 87f89b54f0 Implement websocket heartbeats (#48) sapir 2018-09-27 22:37:19 +03:00
  • d9afae21b6 Fix "websocket" example's readme, and make binary names unique (#45) sapir 2018-09-24 11:57:36 +03:00
  • 8edf86e4b8 WebSocket Chat example using actix-broker (#44) Christopher Ricketts 2018-09-18 11:19:45 +01:00
  • 6b68cfc529
    Merge pull request #39 from munckymagik/actix-todo Douman 2018-09-05 13:04:39 +03:00
  • 5e2ef3723e
    Add comment Douman 2018-09-05 12:46:55 +03:00
  • 60c3ca2050 Add actix-todo example Dan Munckton 2018-08-27 10:56:26 +01:00
  • d653fe4822
    Merge pull request #42 from botika/master Douman 2018-08-28 16:03:12 +03:00
  • 86c89dabcb fix minor issues bott 2018-08-28 14:11:58 +02:00
  • 5d3c5056ed fix unawait asyncio coroutines; refactor decorator/yield from in favor of await/async bott 2018-08-28 13:56:51 +02:00
  • b1e5cef4b5 improve heartbeat with run_interval bott 2018-08-28 10:59:08 +02:00
  • fb32a7d600 fix python websocket client no await bott 2018-08-28 10:38:45 +02:00
  • 58d3e5f8c5 fix missing heartbeat bott 2018-08-28 09:53:51 +02:00
  • 13834d8076
    Merge pull request #40 from munckymagik/fix_json_build Douman 2018-08-28 07:56:36 +03:00
  • 8bf305f04c Fix json example Travis build failure Dan Munckton 2018-08-27 21:01:30 +01:00
  • a677dc8a92
    Merge pull request #37 from Dowwie/master Darin 2018-08-12 06:08:02 -04:00
  • aff38dc15b added delete operations dowwie 2018-08-11 09:59:07 -04:00
  • 7ccde8c2d3 added actix_redis example dowwie 2018-08-11 06:58:29 -04:00
  • ca32d68769 rustls example Nikolay Kim 2018-08-07 22:34:16 -07:00
  • bcdd1f9fc3
    Merge pull request #35 from Dowwie/master Darin 2018-08-07 13:33:30 -04:00
  • 026ff64cf3 updated travis.yml dowwie 2018-08-07 13:07:52 -04:00
  • 8f62837614 added error_handling example dowwie 2018-08-07 12:03:16 -04:00
  • 7262de4917
    Merge pull request #33 from RazrFalcon/master Nikolay Kim 2018-08-03 08:26:55 -07:00
  • 66cbf644b9 update deps Nikolay Kim 2018-08-02 11:50:41 -07:00
  • ba3cf13c72 add ssl feature Nikolay Kim 2018-08-02 09:30:06 -07:00
  • ece139ffbe Use shebang in all python scripts. RazrFalcon 2018-07-29 17:36:43 +03:00
  • c7a29b00c9 Minor fixes. RazrFalcon 2018-07-29 17:30:43 +03:00
  • cfb980642b
    Merge pull request #31 from sadika9/split-auth-example Nikolay Kim 2018-07-23 03:14:11 -07:00
  • 7156e1cbf0 Rename example 'complex-middleware' to 'cookie-auth-full' Sadika Sumanapala 2018-07-23 15:29:32 +05:30
  • 1e7402e2bb Complex middleware example Sadika Sumanapala 2018-07-21 14:33:43 +05:30
  • 6784ebbb4a Use built-in middleware Sadika Sumanapala 2018-07-21 14:33:02 +05:30
  • 5499c01c65 upgrade redis example Nikolay Kim 2018-07-21 07:00:04 -07:00
  • 271749c433 update actix-web dependency Nikolay Kim 2018-07-21 05:10:26 -07:00
  • b4901a9476
    Update README.md krircc 2018-07-21 10:01:01 +08:00
  • 3a3f08d533 fix missing feature Nikolay Kim 2018-07-20 13:55:01 -07:00
  • 74d227ffb4 Merge branch 'master' into 0.6 Nikolay Kim 2018-07-20 13:24:42 -07:00
  • 6a2a6c2af6
    Add my personal example Douman 2018-07-18 08:51:40 +03:00
  • 2cc1b23761 upgrade example to actix-web 0.7 Nikolay Kim 2018-07-16 12:36:53 +06:00
  • 0b52c7850e
    Merge pull request #27 from casperin/middleware-example Nikolay Kim 2018-07-16 11:34:11 +06:00
  • 5bea011cb7
    Merge pull request #21 from xvny/master Nikolay Kim 2018-07-11 14:07:33 +06:00
  • fa8344fc88
    Update README.md krircc 2018-07-11 09:15:27 +08:00
  • 3b919f58f9 middleware example Gorm Casper 2018-07-09 21:36:03 +02:00
  • ab7736c790 init Gorm Casper 2018-07-09 20:18:31 +02:00
  • 14baeff358
    Merge pull request #26 from casperin/form-example Douman 2018-07-05 23:18:19 +03:00
  • ba10fd4966 add form example to .travis.yml Gorm Casper 2018-07-05 21:43:49 +02:00
  • 7d09d32fe7 exclude patch number from dependencies + add readme Gorm Casper 2018-07-05 14:59:05 +02:00
  • 8c7a0ab29b create form example Gorm Casper 2018-07-04 17:12:33 +02:00
  • 250fc6eaf1
    Merge pull request #25 from casperin/text-plain Douman 2018-07-04 11:15:37 +03:00
  • 296b108bab typos -> text/plain Gorm Casper 2018-07-04 09:43:54 +02:00
  • 325d30127f
    Update main.rs xvny 2018-06-20 23:03:56 +08:00
  • c4f264d8b9
    It's a little outdated and muro Is its expansion project. krircc 2018-06-14 10:27:37 +08:00
  • fb0a582636 add async body example Nikolay Kim 2018-06-13 05:21:41 -07:00
  • f8e3570bd1 better multipart example Nikolay Kim 2018-06-07 21:34:14 -07:00
  • cc2cfaab6e update deps Nikolay Kim 2018-06-05 09:41:08 -07:00
  • a01db994f6 multi extractor for json Nikolay Kim 2018-06-02 08:28:33 -07:00
  • 73a4d9d0c9 fix askama example Nikolay Kim 2018-06-01 11:44:51 -07:00
  • 96a77890ba do not use with2 Nikolay Kim 2018-06-01 11:31:53 -07:00
  • 32287e37bc
    Merge pull request #17 from Dowwie/master Nikolay Kim 2018-06-01 08:57:06 -07:00
  • a39cd8ed9e
    Update db.rs Darin 2018-06-01 06:59:07 -04:00
  • e1c5eedeee
    Merge pull request #16 from caulagi/askama-cargo-toml Nikolay Kim 2018-05-31 14:34:05 -07:00
  • 419f2e2070
    Removed duplicate dependency in askama Cargo.toml Pradip Caulagi 2018-05-31 23:12:29 +02:00
  • 42f6e68525
    Merge pull request #15 from caulagi/listen-localhost Nikolay Kim 2018-05-31 13:09:19 -07:00
  • 5e9e524f5a
    Listen to localhost instead of all network interfaces Pradip Caulagi 2018-05-31 22:05:20 +02:00
  • e8582c14cc
    Merge pull request #14 from mbrobbel/fix-typos Nikolay Kim 2018-05-30 10:19:30 -07:00
  • c1b432cb97
    Fix typos Matthijs Brobbel 2018-05-30 12:05:23 +02:00
  • 4d41d40da2
    Merge pull request #13 from tebesfinwo/johnson-fix-typo Nikolay Kim 2018-05-27 09:12:09 -07:00
  • 0049d7d4eb Fix typo. Jun Han (Johnson) Ooi 2018-05-27 10:12:15 -04:00
  • e582249686
    Merge pull request #12 from Dowwie/master Nikolay Kim 2018-05-26 14:34:36 -07:00
  • 0cb217c08a added async_db project dowwie 2018-05-26 17:05:12 -04:00
  • 0691d4207e
    Update README.md krircc 2018-05-22 00:38:59 +08:00
  • e4f1833215 cleanup and cargo fmt Nikolay Kim 2018-05-20 21:03:29 -07:00
  • 2d97219195
    Merge pull request #11 from kellytk/master Nikolay Kim 2018-05-20 18:44:02 -07:00
  • 567d3d05ce
    Correct path Kelly Thomas Kline 2018-05-20 18:28:45 -07:00
  • 8124be02dc
    Correct path Kelly Thomas Kline 2018-05-20 18:23:29 -07:00
  • 7ecbb5449c
    Correct path Kelly Thomas Kline 2018-05-20 18:22:37 -07:00