1
0
mirror of https://github.com/actix/actix-website synced 2025-08-19 04:15:40 +02:00
Commit Graph

207 Commits

Author SHA1 Message Date
Rob Ede
cdbb5dd2b2 use Bytes re-export
closes #202
2020-11-27 01:10:05 +00:00
Rob Ede
fa45d6e037 fix cargo watch link 2020-11-24 21:10:29 +00:00
Rob Ede
b25e6ee17b add back page about auto reloading
For folks finding this page via search engines, there was still info
regarding listenfd and systemfd which is no longer recommended.
2020-11-24 21:07:20 +00:00
Gabriel Goller
3a571e036a Fixed typo (#200) 2020-11-05 13:50:03 +00:00
Yuki Okushi
af8e5c35c4 Update CoC contact information (#198) 2020-10-31 12:06:26 +09:00
Daniel Quinn
876daa126b Fix grammar (#195) 2020-10-21 18:44:07 +09:00
Omid Rad
e7ca7fddd7 Remove the "to_async" method documentation (#190) 2020-09-21 10:10:53 +01:00
DamianX
47473dc4bb Fixed typo (compresses -> compress) (#189) 2020-09-19 22:49:34 +09:00
Rob Ede
4d8d53cea5 v3 (#188) 2020-09-12 16:21:54 +01:00
John Bradley
a0ce9f28e2 fix function name in shared mutable state example (#186) 2020-09-06 10:45:51 +01:00
Michael Snoyman
d659d04649 Minor wording recommendations (#184)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2020-09-04 13:19:43 +01:00
Jakob
39d4c00196 Grammar fixes (#182) 2020-07-05 17:23:46 +01:00
Yuki Okushi
49ddf3b0ab Merge pull request #181 from vo9312/update-return-status-code
Update error_response of ResponseError
2020-07-03 07:42:42 +09:00
vo9312
df4ab1b7cb Update errors.md 2020-06-26 11:49:01 -05:00
vo9312
7f13b74db4 Update errors.md 2020-06-26 11:36:31 -05:00
Chris Morin
c8495075e9 Update extractors.md 2020-05-24 23:51:38 -07:00
Chris Morin
dd4ef3ebd2 Fix grammar in documentation 2020-05-24 21:44:24 -07:00
tdeith
6ffed2a63e Update testing.md
Change moves hyperlink to hit `struct.TestRequest` instead.
2020-05-20 12:11:51 -07:00
Toru Kobayashi
210cfd9add fix: missing a dependency (#169)
* fix: missing a dependency

* chore: sort the order of dependencies
2020-04-08 22:28:28 +09:00
Rotem Yaari
8df8d1e151 Server.md: Add line break 2020-03-17 16:41:27 +02:00
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