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
dowwie
f7bf9e21a8
added section on accessing Extractors
2018-05-25 15:51:16 -04:00
Nikolay Kim
842c877da2
update url-dispatch examples
2018-05-24 10:13:55 -07:00
Nikolay Kim
f2a41f0b2f
Merge pull request #5 from Dowwie/master
...
added Scopes section within url-dispatch
2018-05-24 07:54:31 -07:00
dowwie
8ba23ce814
removed slash from resources in scope example
2018-05-24 10:49:13 -04:00
Nikolay Kim
486d145364
Update server.md
2018-05-24 06:05:56 -07:00
Nikolay Kim
20ea20ae31
update links
2018-05-23 21:04:32 -07:00
Nikolay Kim
4500c06469
add links
2018-05-23 20:56:58 -07:00
Nikolay Kim
d27ab00b71
convert server examples
2018-05-23 20:39:15 -07:00
Armin Ronacher
ab91b27c13
Test getting-started example
2018-05-23 23:25:51 +02:00
Evgeniy Tatarkin
155e3cdbf8
stream response tests
2018-05-23 23:35:42 +03:00
Armin Ronacher
93995e185f
Updated app examples
2018-05-23 22:01:36 +02:00
dowwie
c98a067163
typo
2018-05-23 15:48:50 -04:00
dowwie
0a166cd593
added section on Scopes, within url dispatch
2018-05-23 15:46:14 -04:00
Armin Ronacher
e204566062
Added basic example with includes
2018-05-23 21:28:12 +02:00
Nikolay Kim
aebbfbf9db
fix application examples
2018-05-23 11:02:28 -07:00
Lyle Mantooth
e318f20a0c
Make Getting Started example compile
...
Unlike other code I've seen in the guide, this code didn't compile. It's especially bad that it can be the first experience someone has with actix-web, and then doesn't work. I'm going to run through the docs as a first-time user so I'll try to make sure everything works the way it's supposed to.
2018-05-23 11:19:48 -04:00
Armin Ronacher
be2e12d2d2
Update website
2018-05-22 23:15:08 +02:00