1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 08:43:01 +01:00
Commit Graph

167 Commits

Author SHA1 Message Date
Cameron Dershem
2011f100a5 makes intro accurate about acitx-web. 2019-06-19 15:18:58 -04:00
Cameron Dershem
4f9bd8b724 moves individual examples to pub mods to force building and have less dead_code 2019-06-19 00:20:50 -04:00
Cameron Dershem
e20f6d9d56 Updates http2 chapter after testing. 2019-06-18 17:17:43 -04:00
Cameron Dershem
303ec26692 removes websocket and multipart mention. 2019-06-18 16:52:51 -04:00
Cameron Dershem
471d21b618 updates Getting Started. 2019-06-18 16:44:43 -04:00
Cameron Dershem
5ca7b6dc83 First pass at Sentry. 2019-06-18 02:42:43 -04:00
Cameron Dershem
650c66b64a Fixes typo in databases 2019-06-18 02:25:55 -04:00
Cameron Dershem
559f54d22b First pass at databases. 2019-06-18 02:21:24 -04:00
Cameron Dershem
5387f01269 First pass at Http2 section. 2019-06-17 18:31:10 -04:00
Cameron Dershem
262f835485 Moves websocket example to crate. 2019-06-17 18:07:57 -04:00
Cameron Dershem
769c9af8f9 First pass at Static Files. 2019-06-17 17:35:47 -04:00
Cameron Dershem
9a16b6db93 First pass at Middlewares. 2019-06-17 16:57:57 -04:00
Cameron Dershem
083522ef19 first pass at Testing. 2019-06-17 15:39:58 -04:00
Cameron Dershem
ea1600c417 First pass at Responses section. 2019-06-17 15:15:33 -04:00
Cameron Dershem
507842bf1c First pass at Requests Chapter. 2019-06-17 14:34:23 -04:00
Cameron Dershem
f07c78a5ca First pass at errors section. 2019-06-17 13:46:21 -04:00
Cameron Dershem
71e6f076a4 First pass at url-dispatch chapter. 2019-06-17 04:12:11 -04:00
Cameron Dershem
312031a085 Updates 'autoreloading' section 2019-06-17 00:44:38 -04:00
Cameron Dershem
f922e8fb96 First pass at Extractors. 2019-06-16 23:17:17 -04:00
Cameron Dershem
f7b22dfdc0 First pass at Handlers chapter. 2019-06-15 16:37:08 -04:00
Cameron Dershem
ebc6a44650 Fixes typo. 2019-06-13 17:13:51 -04:00
Cameron Dershem
8ab3e35851 First pass at Server section. 2019-06-13 17:10:51 -04:00
Cameron Dershem
992d182910 First pass at 'Application' section 2019-06-13 03:24:25 -04:00
Cameron Dershem
e43f408bce Updates Rust Version to be shortcode. 2019-06-12 23:53:04 -04:00
Cameron Dershem
4c398feed7 Removes erroneous comment 2019-06-12 04:55:56 -04:00
Cameron Dershem
8aa39e1afb begin update of docs to actix-web 1.0 2019-06-12 04:51:45 -04:00
Nikolay Kim
ad45f9e95a
Merge pull request #77 from Gobiner/patch-1
add comma to getting-started
2019-04-09 10:03:38 -07:00
Nikolay Kim
0c8ce6f832
Merge pull request #81 from yim7/master
fixed testing examples
2019-04-03 15:14:49 -07:00
Daniel Rivas
a3c82fdab4
Fix a slight typo
There was a "use" which should be "using".
2019-04-03 20:30:05 +01:00
yim7
cb47802564 fixed testing examples 2019-03-25 15:28:14 +08:00
Douman
032afec8d8 Correct custom NamedFile usage 2019-03-24 00:30:26 +03:00
Aaron Rice
1305c0d79a
add comma to getting-started 2019-03-01 21:42:52 -08:00
krircc
b15d1a1437
Merge pull request #74 from krircc/master
give an example to understand shared state simpler
2019-02-27 17:24:08 +08:00
krircc
3e093581af
Update errors.md 2019-02-27 16:07:41 +08:00
krircc
e7261cc90e
Update application.md 2019-02-26 11:54:51 +08:00
krircc
ed5406681e
Update application.md 2019-02-26 11:45:46 +08:00
Nikolay Kim
bd8f4e92d1
Merge pull request #63 from rofrol/patch-1
The start methods -> The start method
2018-12-17 07:39:50 -08:00
Nikolay Kim
8abcf6db3f
Merge pull request #66 from cjbassi/patch-1
Fix typo in server.md
2018-12-17 07:39:19 -08:00
Akos Vandra
7c8763dab0
Add note about dealing with already compressed data 2018-12-11 22:59:44 +01:00
Caleb Bassi
6d66d2453a
Fix typo in server.md 2018-11-30 09:10:07 -08:00
Roman Frołow
0dd8b580bd
The start methods -> The start method 2018-11-17 13:38:51 +01:00
Nikolay Kim
547bd66aab
Merge pull request #58 from gurry/patch-4
Improved grammar
2018-10-28 09:03:37 -07:00
Nikolay Kim
6f968426e6
Merge pull request #59 from gurry/patch-6
One more grammatical improvement
2018-10-28 09:02:47 -07:00
Gurinder Singh
a2f1b8f6bf
One more grammatical improvement
Also changed "double" to "multiple" because this feature can replace _more than_ two slashes with one  as well.
2018-10-28 08:48:33 +05:30
Gurinder Singh
512aa065c5
Improved grammar 2018-10-28 08:43:12 +05:30
Gurinder Singh
36de480a73
Fixed the location of a parenthetical comment
The explanation in the parentheses was for the PATH not the QUERY portion. Therefore I moved that explanation next to the mention of PATH. I also added a second parenthetical explanation for the QUERY portion.
2018-10-28 08:24:05 +05:30
Nikolay Kim
9286357d2d
Merge pull request #54 from iyuq/fixed-either
Fixed Either sample code
2018-10-27 04:59:04 -07:00
Nikolay Kim
6c5762391e
Merge pull request #55 from gurry/patch-1
Fixed a typo
2018-10-27 04:57:41 -07:00
Gurinder Singh
fe1926d63f
Fixed a typo 2018-10-27 16:38:08 +05:30
Gurinder Singh
c0e6a2e906
Fixed a typo 2018-10-27 14:00:03 +05:30
Qi Yu
53d491e4a6 Fixed Either sample code 2018-10-27 07:24:47 +08:00
Robert Hencke
59ed9c2b81
Small grammar fix to url-dispatch.md
Also, this is good stuff. 👍
2018-10-11 17:28:26 -04:00
Nikolay Kim
29977f4930
Merge pull request #48 from lzxZz/eaxmple-add
handlers.md example code add
2018-10-10 07:42:46 -07:00
Nikolay Kim
337eb1a358
Merge pull request #51 from vmalloc/title
Update index page's title
2018-10-10 07:33:05 -07:00
Rotem Yaari
c68ca0c0e8 Update index page's title 2018-10-09 12:02:53 +03:00
lzxZz
8f30db9255 handlers.md example code add 2018-10-07 16:46:13 +08:00
eaydogan
96421277fb
Url Dispatch Link is Broken
Writing an Application document (application.md) refer Url Dispatch document but path is not valid. I fixed with correct value.

Current link navigate to (404)
"./docs/url-dispatch/index.html#using-an-application-prefix-to-compose-applications"

I changed it to
"/docs/url-dispatch/index.html#using-an-application-prefix-to-compose-applications"
2018-09-23 22:50:06 +03:00
Nikolay Kim
f420916025
Merge pull request #39 from shakyShane/patch-1
Update first testing example
2018-09-18 10:15:13 -07:00
Nikolay Kim
343cf8b7de
Merge pull request #44 from cirelli94/patch-1
Fix: unresolved import `actix_web`
2018-09-18 10:14:17 -07:00
Nikolay Kim
4839c49958
Merge pull request #41 from uuttff8/master
404 not found in URL Dispatch in Basics #1
2018-09-18 10:13:52 -07:00
Kelly Thomas Kline
ff9cc1439b
Correct grammar 2018-09-18 00:46:06 -07:00
Cirelli
a52fa2fd2a
Fix: unresolved import actix_web
Fixed error[E0432]: unresolved import `actix_web` adding extern crate actix_web
2018-09-03 13:04:36 +02:00
Anton Kuzmin
7b1ed355f6
404 not found in URL Dispatch in Basics #1 2018-08-06 20:35:14 +03:00
Yerkebulan Tulibergenov
6e5a175008
fix small typos in application.md 2018-08-04 15:58:27 -07:00
Shane Osbourne
561f3b7647
Update first testing example
The example provided does not compile, this change allows it to.
2018-08-04 19:20:32 +01:00
DD5HT
91eda27773 add extern crate actix_web to all samples + one missing unwrap 2018-07-22 21:31:17 +02:00
DD5HT
e5efcdcd9f add missing unwrap 2018-07-22 21:17:39 +02:00
Douman
c5b43e2f22 Update links of API docs for actix-web 2018-07-22 20:48:26 +03:00
Douman
c3456e5332 Add note on static file configuration 2018-07-21 16:33:25 +03:00
Nikolay Kim
4a41b92cc7 update user guide 2018-07-21 05:40:42 -07:00
Christian Wesselhoeft
b610d8379e
server.md: Fix typo 2018-07-13 19:54:49 -06:00
Hung-I Wang
51265305a6 Fix two typos in Basics/{Server, Extractors}. 2018-06-28 08:24:48 +08:00
krircc
bc5989fa38 clean code add new cn site 2018-06-25 22:52:00 +08:00
yinyanlv
758da23eaf change partner project description 2018-06-25 09:03:53 +08:00
krircc
9858d88aa7 project info 2018-06-24 22:52:18 +08:00
krircc
93d92615cb add example project and blog nav 2018-06-24 22:31:09 +08:00
krircc
82a2372783 fix index page 2018-06-23 16:30:43 +08:00
krircc
4349263ff5 cn home page for cn 2018-06-23 11:36:37 +08:00
krircc
2da5ff93fe actix.rs/cn 2018-06-22 23:18:14 +08:00
Armin Ronacher
0f15bd9dc3 Change sentry example to use new sentry-actix 2018-06-19 19:50:00 +02:00
jasonrhansen
7833868c04
Fix typo in autoreload.md 2018-06-12 10:15:33 -06:00
krircc
0bbed786d7 back 2018-06-12 09:21:09 +08:00
krircc
cc4f4a5d48 add blog 2018-06-11 20:37:12 +08:00
Yann Simon
14e47859a0 document how to start the app with state 2018-06-08 10:17:29 +02:00
Nikolay Kim
5938691794 add vh section 2018-06-07 21:08:11 -07:00
Nikolay Kim
0f0a42a35b add reddit link 2018-06-05 10:04:54 -07:00
StyMaar
2313d70e5b
Add missing word
I suppose “keep in mind” was the intended phrase (but I'm not native English speaker, I may be missing something).
2018-06-04 13:52:15 +02:00
Nikolay Kim
790afd3fb7 use tuple for multiple extractors 2018-06-02 08:31:38 -07:00
Nikolay Kim
259a2ac6f1 use tuple 2018-06-01 10:53:53 -07:00
Nikolay Kim
0b003828b3
Merge pull request #15 from hellp/patch-1
Improve extractor examples
2018-06-01 08:56:35 -07:00
Matthias Endler
b96f63841b
Fix some typos and change wording 2018-06-01 17:11:25 +02:00
Jason Davies
7217c45fce
Fix typo. 2018-05-30 21:07:50 +01:00
Zach Pomerantz
da6dfa9348
Fix minor typo 2018-05-30 15:22:40 -04:00
Fabian Neumann
1019dd2fb4
Improve extractor examples
To use `SomeType::extract(&req)` it should be mentioned at least once that `use actix_web::FromRequest` is required. Also extract takes `HttpRequest` by reference.
2018-05-28 20:55:13 +02:00
Nikolay Kim
5e9f6dd111
Merge pull request #14 from dhodder/master
Fix minor typo
2018-05-28 06:57:47 -07:00
Dave Hodder
1755cf613c Fix minor typo 2018-05-28 14:43:34 +01:00
Yuki Ishikawa
a8788507e8 Fix typo 2018-05-28 12:36:30 +09:00
Nikolay Kim
be72dac069
Merge pull request #6 from estin/stream-testing
stream response tests
2018-05-27 03:34:13 -07:00
Ivan Tham
9f1fa51a83 Add missing --no-pid (#11)
https://github.com/mitsuhiko/systemfd#usage-with-actix-web--cargo-watch-and-listenfd

From systemfd:
> And then run it (don't forget --no-pid):
2018-05-26 16:20:39 +02:00
Ivan Tham
19746a3e0f
remove --bin from cargo new
`cargo new` defaults to `--bin` since cargo 0.26
2018-05-26 15:31:13 +08:00