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

490 Commits

Author SHA1 Message Date
Daniel Quinn
876daa126b
Fix grammar (#195) 2020-10-21 18:44:07 +09:00
Rob Ede
c2ff01a27e
Update README.md 2020-10-01 15:45:28 +01:00
Pirmin Kalberer
c5e185ae85
Fix param name in db example (#191) 2020-09-24 23:53:32 +01: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
2d244b0e20
use getting started as homepage cta 2020-09-13 03:18:50 +01: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
Yuki Okushi
32b299e14f
Merge pull request #183 from JohnTitor/test-deploy 2020-07-18 21:56:20 +09:00
Yuki Okushi
af3c87ccf0
Remove travis-related files 2020-07-18 15:24:49 +09:00
Yuki Okushi
8edee01ac4
Check examples on GHA 2020-07-18 15:24:49 +09:00
Yuki Okushi
28afff239f
Deploy GitHub pages using GHA workflow 2020-07-18 15:22:40 +09:00
Jakob
39d4c00196
Grammar fixes (#182) 2020-07-05 17:23:46 +01:00
Yuki Okushi
29b65d053c
Merge pull request #179 from vo9312/update-database-example 2020-07-03 07:43:37 +09: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
Yuki Okushi
10162d2576
Merge pull request #180 from vo9312/update-named-file
Update named file
2020-07-03 07:41:58 +09:00
vo9312
1c9ccd8078
Update main.rs 2020-07-02 16:45:31 -05: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
Yuki Okushi
a0971bfa5c
Merge pull request #173 from cmtm/patch-2
Fix grammar mistakes in Extractors documentation
2020-05-25 16:18:17 +09:00
Chris Morin
c8495075e9
Update extractors.md 2020-05-24 23:51:38 -07:00
Yuki Okushi
55735a3609
Merge pull request #172 from cmtm/patch-1
Fix grammar in documentation
2020-05-25 15:35:52 +09:00
Chris Morin
dd4ef3ebd2
Fix grammar in documentation 2020-05-24 21:44:24 -07:00
Rob Ede
ca6aff508e
Merge pull request #171 from tdeith/patch-2 2020-05-20 20:31:20 +01: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
Rob Ede
9818e0b3c0
Merge pull request #168 from actix/fix/app-data
fix extraction in app state extract examples
2020-04-06 03:26:27 +01:00
Rob Ede
34ae647fd5
fix extraction in app state extract examples
fixes #167
2020-04-06 02:06:15 +01:00
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