1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
Commit Graph

1467 Commits

Author SHA1 Message Date
Darin
a677dc8a92
Merge pull request #37 from Dowwie/master
cache and delete entry
2018-08-12 06:08:02 -04:00
dowwie
aff38dc15b added delete operations 2018-08-11 09:59:07 -04:00
dowwie
7ccde8c2d3 added actix_redis example 2018-08-11 06:58:29 -04:00
Nikolay Kim
ca32d68769 rustls example 2018-08-07 22:34:16 -07:00
Darin
bcdd1f9fc3
Merge pull request #35 from Dowwie/master
added error_handling example
2018-08-07 13:33:30 -04:00
dowwie
026ff64cf3 updated travis.yml 2018-08-07 13:07:52 -04:00
dowwie
8f62837614 added error_handling example 2018-08-07 12:03:16 -04:00
Nikolay Kim
7262de4917
Merge pull request #33 from RazrFalcon/master
Minor fixes
2018-08-03 08:26:55 -07:00
Nikolay Kim
66cbf644b9 update deps 2018-08-02 11:50:41 -07:00
Nikolay Kim
ba3cf13c72 add ssl feature 2018-08-02 09:30:06 -07:00
RazrFalcon
ece139ffbe Use shebang in all python scripts. 2018-07-29 17:36:43 +03:00
RazrFalcon
c7a29b00c9 Minor fixes. 2018-07-29 17:34:43 +03:00
Nikolay Kim
cfb980642b
Merge pull request #31 from sadika9/split-auth-example
Split auth example
2018-07-23 03:14:11 -07:00
Sadika Sumanapala
7156e1cbf0 Rename example 'complex-middleware' to 'cookie-auth-full' 2018-07-23 15:29:32 +05:30
Sadika Sumanapala
1e7402e2bb Complex middleware example 2018-07-21 20:07:58 +05:30
Sadika Sumanapala
6784ebbb4a Use built-in middleware 2018-07-21 20:04:58 +05:30
Nikolay Kim
5499c01c65 upgrade redis example 2018-07-21 07:00:04 -07:00
Nikolay Kim
271749c433 update actix-web dependency 2018-07-21 05:10:26 -07:00
krircc
b4901a9476
Update README.md 2018-07-21 10:01:01 +08:00
Nikolay Kim
3a3f08d533 fix missing feature 2018-07-20 13:55:01 -07:00
Nikolay Kim
74d227ffb4 Merge branch 'master' into 0.6 2018-07-20 13:24:42 -07:00
Douman
6a2a6c2af6
Add my personal example 2018-07-18 08:51:40 +03:00
Nikolay Kim
2cc1b23761 upgrade example to actix-web 0.7 2018-07-16 12:36:53 +06:00
Nikolay Kim
0b52c7850e
Merge pull request #27 from casperin/middleware-example
Middleware example
2018-07-16 11:34:11 +06:00
Nikolay Kim
5bea011cb7
Merge pull request #21 from xvny/master
Add state to the multipart example
2018-07-11 14:07:33 +06:00
krircc
fa8344fc88
Update README.md 2018-07-11 09:15:27 +08:00
Gorm Casper
3b919f58f9 middleware example 2018-07-09 21:36:03 +02:00
Gorm Casper
ab7736c790 init 2018-07-09 20:18:31 +02:00
Douman
14baeff358
Merge pull request #26 from casperin/form-example
Form example
2018-07-05 23:18:19 +03:00
Gorm Casper
ba10fd4966 add form example to .travis.yml 2018-07-05 21:43:49 +02:00
Gorm Casper
7d09d32fe7 exclude patch number from dependencies + add readme 2018-07-05 14:59:05 +02:00
Gorm Casper
8c7a0ab29b create form example 2018-07-04 17:12:33 +02:00
Douman
250fc6eaf1
Merge pull request #25 from casperin/text-plain
typos -> text/plain
2018-07-04 11:15:37 +03:00
Gorm Casper
296b108bab typos -> text/plain 2018-07-04 09:43:54 +02:00
xvny
325d30127f
Update main.rs 2018-06-20 23:03:56 +08:00
krircc
c4f264d8b9
It's a little outdated and muro Is its expansion project.
Rust-webapp-starter is a little outdated and muro Is its expansion project.
2018-06-14 10:27:37 +08:00
Nikolay Kim
fb0a582636 add async body example 2018-06-13 05:21:41 -07:00
Nikolay Kim
f8e3570bd1 better multipart example 2018-06-07 21:34:14 -07:00
Nikolay Kim
cc2cfaab6e update deps 2018-06-05 09:41:08 -07:00
Nikolay Kim
a01db994f6 multi extractor for json 2018-06-02 08:28:33 -07:00
Nikolay Kim
73a4d9d0c9 fix askama example 2018-06-01 11:44:51 -07:00
Nikolay Kim
96a77890ba do not use with2 2018-06-01 11:31:53 -07:00
Nikolay Kim
32287e37bc
Merge pull request #17 from Dowwie/master
removed unnecessary "use actix_web::*;" import from db.rs
2018-06-01 08:57:06 -07:00
Darin
a39cd8ed9e
Update db.rs 2018-06-01 06:59:07 -04:00
Nikolay Kim
e1c5eedeee
Merge pull request #16 from caulagi/askama-cargo-toml
Removed duplicate dependency in askama Cargo.toml
2018-05-31 14:34:05 -07:00
Pradip Caulagi
419f2e2070
Removed duplicate dependency in askama Cargo.toml 2018-05-31 23:12:29 +02:00
Nikolay Kim
42f6e68525
Merge pull request #15 from caulagi/listen-localhost
Listen to localhost instead of all network interfaces
2018-05-31 13:09:19 -07:00
Pradip Caulagi
5e9e524f5a
Listen to localhost instead of all network interfaces 2018-05-31 22:05:20 +02:00
Nikolay Kim
e8582c14cc
Merge pull request #14 from mbrobbel/fix-typos
Fix typos
2018-05-30 10:19:30 -07:00
Matthijs Brobbel
c1b432cb97
Fix typos 2018-05-30 12:05:23 +02:00