1
0
mirror of https://github.com/actix/actix-website synced 2025-06-29 16:24:58 +02:00
Commit Graph

111 Commits

Author SHA1 Message Date
60f4f116cf Testing is done-ish. 2019-06-24 17:43:31 -04:00
339ac43814 Fixes missed example and config for extractors. 2019-06-20 04:26:34 -04:00
c4c32091a6 extractors: done-ish. 2019-06-20 04:20:12 -04:00
59f010461a Handlers done-ish. 2019-06-20 02:04:22 -04:00
ea7bc84f8d Intro: done-ish. Getting Started: done-ish. Application: done-ish. 2019-06-19 18:00:31 -04:00
2011f100a5 makes intro accurate about acitx-web. 2019-06-19 15:18:58 -04:00
4f9bd8b724 moves individual examples to pub mods to force building and have less dead_code 2019-06-19 00:20:50 -04:00
e20f6d9d56 Updates http2 chapter after testing. 2019-06-18 17:17:43 -04:00
303ec26692 removes websocket and multipart mention. 2019-06-18 16:52:51 -04:00
471d21b618 updates Getting Started. 2019-06-18 16:44:43 -04:00
5ca7b6dc83 First pass at Sentry. 2019-06-18 02:42:43 -04:00
650c66b64a Fixes typo in databases 2019-06-18 02:25:55 -04:00
559f54d22b First pass at databases. 2019-06-18 02:21:24 -04:00
5387f01269 First pass at Http2 section. 2019-06-17 18:31:10 -04:00
262f835485 Moves websocket example to crate. 2019-06-17 18:07:57 -04:00
769c9af8f9 First pass at Static Files. 2019-06-17 17:35:47 -04:00
9a16b6db93 First pass at Middlewares. 2019-06-17 16:57:57 -04:00
083522ef19 first pass at Testing. 2019-06-17 15:39:58 -04:00
ea1600c417 First pass at Responses section. 2019-06-17 15:15:33 -04:00
507842bf1c First pass at Requests Chapter. 2019-06-17 14:34:23 -04:00
f07c78a5ca First pass at errors section. 2019-06-17 13:46:21 -04:00
71e6f076a4 First pass at url-dispatch chapter. 2019-06-17 04:12:11 -04:00
312031a085 Updates 'autoreloading' section 2019-06-17 00:44:38 -04:00
f922e8fb96 First pass at Extractors. 2019-06-16 23:17:17 -04:00
f7b22dfdc0 First pass at Handlers chapter. 2019-06-15 16:37:08 -04:00
ebc6a44650 Fixes typo. 2019-06-13 17:13:51 -04:00
8ab3e35851 First pass at Server section. 2019-06-13 17:10:51 -04:00
992d182910 First pass at 'Application' section 2019-06-13 03:24:25 -04:00
e43f408bce Updates Rust Version to be shortcode. 2019-06-12 23:53:04 -04:00
4c398feed7 Removes erroneous comment 2019-06-12 04:55:56 -04:00
8aa39e1afb begin update of docs to actix-web 1.0 2019-06-12 04:51:45 -04:00
ad45f9e95a Merge pull request #77 from Gobiner/patch-1
add comma to getting-started
2019-04-09 10:03:38 -07:00
0c8ce6f832 Merge pull request #81 from yim7/master
fixed testing examples
2019-04-03 15:14:49 -07:00
a3c82fdab4 Fix a slight typo
There was a "use" which should be "using".
2019-04-03 20:30:05 +01:00
cb47802564 fixed testing examples 2019-03-25 15:28:14 +08:00
032afec8d8 Correct custom NamedFile usage 2019-03-24 00:30:26 +03:00
1305c0d79a add comma to getting-started 2019-03-01 21:42:52 -08:00
b15d1a1437 Merge pull request #74 from krircc/master
give an example to understand shared state simpler
2019-02-27 17:24:08 +08:00
3e093581af Update errors.md 2019-02-27 16:07:41 +08:00
e7261cc90e Update application.md 2019-02-26 11:54:51 +08:00
ed5406681e Update application.md 2019-02-26 11:45:46 +08:00
bd8f4e92d1 Merge pull request #63 from rofrol/patch-1
The start methods -> The start method
2018-12-17 07:39:50 -08:00
8abcf6db3f Merge pull request #66 from cjbassi/patch-1
Fix typo in server.md
2018-12-17 07:39:19 -08:00
7c8763dab0 Add note about dealing with already compressed data 2018-12-11 22:59:44 +01:00
6d66d2453a Fix typo in server.md 2018-11-30 09:10:07 -08:00
0dd8b580bd The start methods -> The start method 2018-11-17 13:38:51 +01:00
547bd66aab Merge pull request #58 from gurry/patch-4
Improved grammar
2018-10-28 09:03:37 -07:00
6f968426e6 Merge pull request #59 from gurry/patch-6
One more grammatical improvement
2018-10-28 09:02:47 -07:00
a2f1b8f6bf One more grammatical improvement
Also changed "double" to "multiple" because this feature can replace _more than_ two slashes with one  as well.
2018-10-28 08:48:33 +05:30
512aa065c5 Improved grammar 2018-10-28 08:43:12 +05:30