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

566 Commits

Author SHA1 Message Date
Nikolay Kim
093852e4dc
Merge pull request #100 from itsgreggreg/actix-web-api-docs-link
Fix api docs link for actix-web
2019-07-11 22:39:44 +06:00
Greg Baraghimian
993d4d081a
Fix api docs link for actix-web 2019-07-11 09:31:18 -06:00
Nikolay Kim
fcf28f79b8
Merge pull request #99 from VitalyAnkh/patch-1
Correct demo code
2019-07-11 14:44:00 +06:00
Nikolay Kim
e9fb1f01e6
Merge pull request #98 from shyaamsundhar/master
Update index.html
2019-07-11 14:43:34 +06:00
VitalyR
c399dc6e52
Correct demo code 2019-07-11 16:36:16 +08:00
ShyamSundarB
b58206c4e2
Update index.html
Changed TechEmpower link to point to Round 18.
2019-07-11 11:30:46 +05:30
Cameron Dershem
0d1a2f2e7c
Merge pull request #96 from arve0/patch-1
fix examples link
2019-07-08 01:47:15 -04:00
Arve Seljebu
74bd99cb06
fix examples link 2019-07-06 18:59:48 +02:00
Cameron Dershem
bb0fdaf1e9
Merge pull request #95 from snoyberg/master
Add Responder to use statement
2019-07-05 22:30:13 -04:00
Michael Snoyman
5ff8c61e82
Add Responder to use statement
This matches the example code in examples/main-example/src/main.rs, and
allows the code on the homepage to work.
2019-07-05 11:39:34 +03:00
Cameron Dershem
30369c2a67
Merge pull request #94 from cldershem/addNotesDBSentry
Removes global 1.0 warning and only adds it to specific pages.
2019-07-03 22:03:40 -04:00
Cameron Dershem
a915d45f73 Removes global 1.0 warning and only ads it to specific pages. 2019-07-02 15:14:21 -04:00
Nikolay Kim
f3ee8751ab remove api docs 2019-07-02 15:40:17 +06:00
Nikolay Kim
9fcd8c10be
Merge pull request #90 from cldershem/update1.0
[WIP] Update website docs to 1.0.
2019-07-02 11:42:10 +06:00
Cameron Dershem
577db6383b
Merge pull request #92 from arve0/doc-outdated-heads-up
add note about documentation being out of sync
2019-06-28 15:24:50 -04:00
Cameron Dershem
6f95771c34 Adds logging example to errors chapter. 2019-06-28 14:50:15 -04:00
Cameron Dershem
eb58a8692c Makes clippy happy. 2019-06-28 14:22:51 -04:00
Cameron Dershem
5133ab874d Final fixes before requesting review. 2019-06-28 13:31:30 -04:00
Cameron Dershem
cbf046b1f0 updates flexible responders. 2019-06-28 12:10:30 -04:00
Arve Seljebu
3d68670359
link to latest version in docs.rs 2019-06-28 18:05:44 +02:00
Cameron Dershem
4833874c5d Moves everything into the cargo workspace. 2019-06-26 19:18:43 -04:00
Cameron Dershem
0601997b41 Updates Compression section. 2019-06-26 14:15:03 -04:00
Cameron Dershem
387807ee6e Websockets chapter done-ish. 2019-06-26 12:55:12 -04:00
Cameron Dershem
4436eff7de Static Files is done-ish. 2019-06-26 04:27:25 -04:00
Cameron Dershem
0934b77762 updates a few links. 2019-06-26 03:11:05 -04:00
Cameron Dershem
eff4edb6fa Middleware section is done-ish. 2019-06-26 02:59:20 -04:00
Cameron Dershem
1c3697197d Responses section is done-ish. 2019-06-26 01:58:47 -04:00
Cameron Dershem
d7d4392d87 Requests is done-ish. 2019-06-26 01:27:17 -04:00
Cameron Dershem
be68e418b0 URL-Dispatch is done-ish. 2019-06-25 18:20:36 -04:00
Arve Seljebu
abaf353d65 reword, add links to docs PR and examples repo 2019-06-25 07:10:42 +02:00
Cameron Dershem
b9c78c1a58 All links in markdown are now footnotes for easier updating. 2019-06-24 23:36:32 -04:00
Cameron Dershem
6b08c4664b Errors section is done-ish. 2019-06-24 21:18:30 -04:00
Cameron Dershem
60f4f116cf Testing is done-ish. 2019-06-24 17:43:31 -04:00
Cameron Dershem
4f57ce2fdb Clippy fixes. 2019-06-22 09:18:08 -04:00
Arve Seljebu
ad78d35830 add note about documentation being out of sync 2019-06-22 15:00:00 +02:00
Cameron Dershem
339ac43814 Fixes missed example and config for extractors. 2019-06-20 04:26:34 -04:00
Cameron Dershem
c4c32091a6 extractors: done-ish. 2019-06-20 04:20:12 -04:00
Cameron Dershem
59f010461a Handlers done-ish. 2019-06-20 02:04:22 -04:00
Cameron Dershem
4291b822fc Server section is as good as I'm qualified. 2019-06-19 20:26:25 -04:00
Cameron Dershem
ea7bc84f8d Intro: done-ish. Getting Started: done-ish. Application: done-ish. 2019-06-19 18:00:31 -04:00
Cameron Dershem
da969fed1f simplifies the front-page examples. 2019-06-19 15:32:48 -04:00
Cameron Dershem
2011f100a5 makes intro accurate about acitx-web. 2019-06-19 15:18:58 -04:00
Cameron Dershem
941bdfa491 Updates example version numbers to match actix-web version. 2019-06-19 00:38:23 -04:00
Cameron Dershem
4f9bd8b724 moves individual examples to pub mods to force building and have less dead_code 2019-06-19 00:20:50 -04:00
Cameron Dershem
a3cb721ed3 Removes websockets from feature rich mention. 2019-06-18 19:21:06 -04:00
Cameron Dershem
96d8bec2a8 fixes missing Comma. 2019-06-18 17:52:24 -04:00
Cameron Dershem
0937cd8fdf links to docs.rs instead of internal copy of api docs. 2019-06-18 17:42:17 -04:00
Cameron Dershem
d42c8ee4a2 Updated SSL section with notes to create certs. 2019-06-18 17:29:54 -04:00
Cameron Dershem
e20f6d9d56 Updates http2 chapter after testing. 2019-06-18 17:17:43 -04:00
Cameron Dershem
1e8cdcd324 Removes author from Cargo.toml 2019-06-18 17:13:54 -04:00