Rob Ede
81dfe300a2
update examples to v4 ( #258 )
2022-02-26 03:56:24 +00:00
Alexandre Macabies
890fea6c23
Fix white-space inconsistencies and a typo ( #259 )
2022-02-25 22:18:32 +00:00
averichev
ff2b8d74e8
fix: Changed broken url ( #257 )
2022-02-18 10:13:22 +00:00
BSPlatt
4bec03576c
Update links to example projects based on recent commit ( #256 )
2022-02-18 04:41:17 +00:00
averichev
3f327a5dbd
Links to database adapters fixed ( #255 )
2022-02-16 13:43:57 +00:00
Flinner
591efc3bb0
minor fix to markdown :*italic * -> *italic*
( #253 )
2022-02-11 16:34:58 +00:00
JALDA ADITHYA
92c38666a0
📝 updated copyright year ( #252 )
2022-01-21 13:35:20 +00:00
Daniel Saxton
e3c8b5edca
Update logger example ( #250 )
2022-01-01 22:05:37 +00:00
DieterReinert
2c3f06d33d
Make navbar icon visible in dark mode (mobile) ( #249 )
2021-12-30 18:17:21 +00:00
Mark Lodato
3167a55853
Improve error handler example ( #248 )
2021-12-22 18:36:35 +00:00
Paul Hennig
b0cf4ffae6
please preserve my eyesight and add a dark mode ( #244 )
2021-12-05 19:53:36 +00:00
nikstur
c66502c548
Improve json documentation ( #245 )
...
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-12-05 14:41:37 +00:00
nikstur
1960650cb0
Added missing closing </a> and </li> tag ( #246 )
2021-12-05 14:33:57 +00:00
Nrot
3fffc45c7e
Update to work code ( #241 )
2021-11-20 23:14:04 +00:00
David Sferruzza
e467e67280
Add a note about middleware execution order ( #240 )
2021-11-04 20:22:45 +00:00
maxstanley
bcf63b6e83
Fix Diesel Database example ( #234 )
2021-10-22 18:59:11 +09:00
Rob Ede
73fbca627b
remove references to old gitter room
2021-10-19 14:52:47 +01:00
Daniel Ceballos
1387567f04
Change techempower's URL ( #237 )
...
Change techempower's URL to the current results
2021-09-15 15:44:35 +01:00
HeartDev
e503dec23a
Correct the content-type in the ResponseBiuilder example ( #236 )
...
It's text/plain not plain/text
2021-08-23 14:43:35 +01:00
Danny
a986fa7519
Fix formencoded URL ( #233 )
2021-07-12 12:47:19 +01:00
Ali MJ Al-Nasrawy
09ad5775ac
Remove invalid docs regarding parsing PathBuf
( #230 )
...
This paragraph is no longer valid since v1.0!
Also, the example code still compiles fine and this may easily introduce
a security vulnerability for the user.
2021-06-01 21:04:35 +09:00
Jacky Wu
63d70701e0
fix: correct my_errors log print issue. ( #229 )
2021-05-10 10:31:54 +01:00
Mark Lodato
1069dfa177
Clarify use of Arc in shared state ( #221 )
2021-04-06 08:41:26 +09:00
Yuki Okushi
a808293221
Update github-pages-deploy-action to 4.1.1 ( #223 )
2021-04-06 08:37:41 +09:00
Mark Lodato
3ed587a81a
Fix some typos/grammatical errors ( #219 )
2021-03-31 22:54:44 +09:00
Ibraheem Ahmed
defe1142df
Bump extractor limit to 12 ( #220 )
2021-03-31 14:15:18 +01:00
heddi.nabbisen
d148e3e437
Errors: split code lines to make where logger is wrapped clearer ( #218 )
2021-03-01 02:29:36 +00:00
Rokas Muningis
501d52b485
Include proper import/use example in testing docs, unit test section. ( #217 )
2021-02-28 19:31:00 +00:00
heddi.nabbisen
56c5cbe615
fix a typo: remove an duplicate word ( #215 )
2021-02-28 06:45:32 +00:00
will
350fe31475
docs: add dependence of example ( #213 )
2021-02-28 01:42:22 +00:00
Daniel T. Rodrigues
de54bf6b56
Update examples repo links ( #214 )
2021-02-26 18:48:27 +00:00
groknull
4803a9fc82
"it's" -> "its" ( #212 )
2021-02-26 17:25:30 +00:00
will
b6bd4ece22
docs: add dependence of example ( #211 )
...
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-02-26 02:12:01 +00:00
Rob Ede
2e91d76e2e
clarity role of actix in whatis
2021-01-17 16:58:25 +00:00
Rob Ede
4aece987ac
clarify what happens when extractor fails
2021-01-17 16:47:27 +00:00
Alan D. Salewski
e7950a7272
footer.html: update copyright date for current year (2021) ( #209 )
...
Signed-off-by: Alan D. Salewski <ads@salewski.email>
2021-01-11 01:13:54 +00:00
Rob Ede
eb53d18e05
use tuple binding in hello world example
2020-12-26 19:17:37 +00:00
Sadika Sumanapala
e2d5f99afb
Fix spacing ( #207 )
2020-12-26 18:34:17 +00:00
Yuki Okushi
77528bc14f
Update Hugo to 0.79.1 ( #206 )
2020-12-22 03:18:10 +09:00
Rob Ede
3802099c19
Update server.md
2020-12-19 15:07:31 +00:00
reishi
a293394a4f
Change the hostname of the document ( #203 )
...
Hi, I tried this tutorial.
I could not access the site on localhost:8080.
The code was set to 127.0.0.1 so I changed it to that.
2020-12-15 19:13:33 +00:00
Rob Ede
cdbb5dd2b2
use Bytes re-export
...
closes #202
2020-11-27 01:10:05 +00:00
Rob Ede
c39325a649
bump github pages upload action
2020-11-24 21:11:26 +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
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