Yuki Okushi
8da75d001d
Fix rustls example link
2020-03-13 05:51:51 +09:00
Rob Ede
85228f23ea
remove unusable create_app example
2020-02-16 21:55:16 +00:00
Starbeamrainbowlabs
529bebcd66
static-files.md: fix typo
2020-02-11 01:40:40 +00:00
Nikita Puzankov
64e8477236
Update handlers.md ( #157 )
...
* Update handlers.md
Links updated to 2.0, one duplicate was removed.
2020-02-04 04:31:17 +09:00
Nikita Puzankov
99d057e31d
Update server.md ( #156 )
...
Update old link to `examples/tls` to an up to date `examples/openssl`.
2020-02-04 01:41:12 +09:00
Elliot Jackson
69145efc1e
Fix nextup links ( #153 )
...
* Fix page weights
* Fix nextup link generation
2020-02-02 05:22:11 +09:00
Rotem Yaari
8c8de9f7fb
Add explanations regarding actix-web's multithreaded server model ( #150 )
...
* Add explanations regarding actix-web's multithreaded server model
* Improve phrasing
* Typo fix
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-01-29 21:27:22 +09:00
Maxim Vorobjov
c1a8103cbc
Architecture diagrams of HttpServer and Connection lifecycle ( #148 )
...
* add arch diagrams and menu
* fix colors for arch diagrams
* refine architecture diagrams, ready for review
* capitalize titles and add mmdc instruction
* apply code review requested changes
* Add links to accept, worker and dispatcher too
2020-01-28 20:36:35 +09:00
András Veres-Szentkirályi
53214f4727
Typofix: use_last_modified ( #151 )
2020-01-27 19:16:29 +09:00
Yuki Okushi
509f394ba4
Capitalize Rust correctly ( #149 )
2020-01-26 08:50:02 +09:00
Evgeniy Tatarkin
bc4e0422c8
update testing to actix-web 2.0.0 and improve stream testing code ( #141 )
...
* update testing to actix-web 2.0.0 and improve stream testing code
2020-01-22 06:40:37 +09:00
Dominic
58341eca3a
Docs update and ci bumped up hugo version ( #138 )
2020-01-03 10:10:24 +06:00
Nikolay Kim
4fffc16668
fix chunked example
2020-01-02 18:41:14 +06:00
Nikolay Kim
b8e2a2310c
update extractors
2020-01-02 18:33:33 +06:00
Nikolay Kim
4046b0b697
review handlers section
2020-01-02 13:11:12 +06:00
Nikolay Kim
e30c20016e
review server section
2020-01-02 12:56:32 +06:00
Nikolay Kim
e71c712d16
review application section
2020-01-02 12:43:41 +06:00
Nikolay Kim
26c877a519
remove sentry as it does not support actix-web 2.0
2020-01-02 11:44:04 +06:00
Caleb Meyer
79971de873
Remove duplicate "being updated" ( #135 )
...
This looks like a typo. Thanks for making docs changes so easy.
2019-12-31 02:07:07 +09:00
Dominic
b04e76e678
Update to actix-web 2.0 ( #131 )
2019-12-29 22:57:11 +09:00
Yuki Okushi
9f385d384b
Update websockets
2019-12-29 04:16:54 +09:00
Yuki Okushi
7a973d6fe9
Update url-dispatch
2019-12-29 04:10:02 +09:00
Yuki Okushi
1d6ccff3e8
Update static-files
2019-12-29 03:36:24 +09:00
Yuki Okushi
e21219c1da
Update server
2019-12-29 03:32:56 +09:00
Yuki Okushi
a255f4aea6
Update response
2019-12-29 02:59:48 +09:00
Yuki Okushi
4f2f930349
Update requests
2019-12-29 02:32:47 +09:00
Yuki Okushi
789cb0fd1a
Update middleware
2019-12-29 02:03:17 +09:00
Yuki Okushi
9da187a36c
Update http2
2019-12-29 01:37:19 +09:00
Yuki Okushi
299ee6e352
Update application links to v2
2019-12-29 01:16:54 +09:00
Yuki Okushi
f8e3430d1a
Point to v2 docs
2019-12-29 00:38:07 +09:00
Nikita Puzankov
c6c5446937
Update url-dispatch.md ( #129 )
...
* Update url-dispatch.md
Description was updated according to an example.
Users paths were added instead of projects and tasks.
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2019-12-26 23:15:39 +09:00
Nikita Puzankov
fd9b6d38ba
Update testing.md ( #127 )
...
Replaces fully qualified version numbers with major numbers to keep links up to date without a lot of manual changes.
2019-12-25 17:23:43 +09:00
Nikita Puzankov
18d167c88c
Update testing.md ( #125 )
...
* Update testing.md
Fixed link to API docs
* Update testing.md
* Update content/docs/testing.md
Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2019-12-21 02:31:30 +09:00
Rich Murphey
868b9589f2
Update server.md ( #123 )
2019-12-02 06:11:50 +06:00
Yuki Okushi
e5fb02d5af
Fix link ( #122 )
2019-11-13 13:45:20 +09:00
adrian5
b7f01e2fe8
Fix typo in server.md ( #121 )
2019-10-29 16:49:33 +09:00
Danilo Bargen
0747220bbb
Testing: Mention the potential need for run_on ( #118 )
2019-10-14 08:58:48 +09:00
Adam
73b0ac0702
A small fix for the example set up of SSL ( #119 )
...
* openssl is missing in the dependencies
2019-10-14 08:57:42 +09:00
Danilo Bargen
466edc7752
Fix typo in testing.md
...
serivce -> service
2019-10-07 16:47:46 +02:00
Sven-Hendrik Haase
29d1d51cf1
Merge pull request #108 from actix/document-actix-web-codegen
...
Document actix-web-codegen
2019-08-06 09:59:05 +02:00
Sven-Hendrik Haase
4217307435
allows -> allow
2019-08-06 09:52:22 +02:00
Sven-Hendrik Haase
04bca7bf82
Fix PR comments
2019-08-06 01:30:50 +02:00
Sven-Hendrik Haase
553fe281fc
Document actix-web-codegen
...
This fixes #105
2019-08-05 18:32:00 +02:00
Sven-Hendrik Haase
eb364a1d41
Fix plural to singular dependency
...
This used to be plural because it used to be both actix and actix-web but now it's just actix-web.
2019-08-05 18:28:26 +02:00
Sven-Hendrik Haase
e3b3a7ebbe
Add heading to auto-reloading bit
...
This makes it a bit more visually distinguished from the paragraph before. I think that's a good thing as it's essentially a completely separate topic.
2019-08-05 17:29:01 +02:00
Sven-Hendrik Haase
a7c8116fcd
Add bit about wrap_fn to middlewares page ( #104 )
2019-07-30 10:03:55 -07:00
Katherine Philip
31630f61f8
Minor tweaks
2019-07-15 17:12:37 +07:00
Katherine Philip
4521375534
Update App State documentation
2019-07-15 16:46:12 +07:00
VitalyR
c399dc6e52
Correct demo code
2019-07-11 16:36:16 +08:00
Arve Seljebu
74bd99cb06
fix examples link
2019-07-06 18:59:48 +02:00