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

411 Commits

Author SHA1 Message Date
Rob Ede
a56649a687
Merge pull request #166 from vmalloc/formatting
Server.md: Add line break
2020-03-17 15:09:29 +00:00
Rotem Yaari
8df8d1e151 Server.md: Add line break 2020-03-17 16:41:27 +02:00
Yuki Okushi
cb3f5f561a
Merge pull request #165 from JohnTitor/fix-tls
Fix rustls example link
2020-03-13 07:07:14 +09:00
Yuki Okushi
8da75d001d
Fix rustls example link 2020-03-13 05:51:51 +09:00
Stig Johan Berggren
0b9a56aa2a
Use RUST_LOG env var if set (#163)
* Use RUST_LOG env var if set

* Remove redundant use statement
2020-03-03 06:53:39 +09:00
Yuki Okushi
a784af8010
Merge pull request #161 from danielzfranklin/master
Fix logic bug in streaming request example
2020-03-02 11:15:20 +09:00
Daniel Franklin
b43bbd2b51 Fix logic bug in streaming request example
Previously the example printed "Chunk: {}" once after the entire
response was received, but the accompanying text read "we read and print
the request payload chunk by chunk".

The example now prints every chunk as it was received.
2020-03-01 15:26:05 -05:00
Yuki Okushi
845ab78512
Merge pull request #160 from actix/remove-create-app
remove unusable create_app example
2020-02-17 09:05:13 +09:00
Rob Ede
85228f23ea
remove unusable create_app example 2020-02-16 21:55:16 +00:00
Rob Ede
8c711dcaf0
Merge pull request #159 from sbrl/patch-1
static-files.md: fix typo
2020-02-11 10:35:31 +00:00
Starbeamrainbowlabs
529bebcd66
static-files.md: fix typo 2020-02-11 01:40:40 +00:00
Elliot Jackson
1a80aed878
Remove broken translation link (#154) 2020-02-07 22:33:27 +09:00
ShyamSundarB
8ce8d0303f
Update year to 2020 (#158) 2020-02-07 22:30:40 +09: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
Yuki Okushi
ae7cf41ca9
Fix warnings (#155) 2020-02-03 17:17:14 +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
Yuki Okushi
e9b3985bcf
Suppress some warnings on CI (#143)
* Suppress some warnings on CI

* Remove unused imports
2020-01-23 10:17:13 +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
Yuki Okushi
13f0756d33
Run cargo test on CI (#142) 2020-01-17 05:18:20 +09:00
Gerónimo Garcia Sgritta
f30016e112 Fix DB article code examples (#140)
This change fixes issue #139 and renders the code example
2020-01-04 20:04:35 +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
liquidscorpio
ee4911d45a Show quick install instructions on home page (#134)
* Show quick install instructions on home page

* Change from cargo add to a Cargo.toml dependency

* Change to a CTA within the jumbotron linking to the install page

* Remove redundant class from tag
2019-12-31 17:47:52 +09: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
4b216230d5
Merge pull request #132 from JohnTitor/update-links
Update most examples to v2
2019-12-29 16:31:29 +09:00
Yuki Okushi
9df2e8d85d Fix Actix MSRV 2019-12-29 16:21:11 +09:00
Yuki Okushi
016fdd067c Bump up actix(-web) version and MSRV 2019-12-29 04:18:24 +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
2cd3428c8e Update responder-trait 2019-12-29 02:47:27 +09:00
Yuki Okushi
4f2f930349 Update requests 2019-12-29 02:32:47 +09:00
Yuki Okushi
b0e8a8d51d Update request-routing 2019-12-29 02:09:52 +09:00
Yuki Okushi
cc2a7a0645 Update request-handlers 2019-12-29 02:08:25 +09:00
Yuki Okushi
8594212533 Update powerful-extractors 2019-12-29 02:05:27 +09:00
Yuki Okushi
789cb0fd1a Update middleware 2019-12-29 02:03:17 +09:00
Yuki Okushi
94c8c843b1 Update main-example 2019-12-29 01:38:51 +09:00