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

632 Commits

Author SHA1 Message Date
Takahiro, NAKAMURA
f6d103da57
update user_session sample (#292) 2022-10-26 11:14:06 +01:00
Raphael C
2bc48c18c8
fix(ex-database): place pool get in web::block (#290) 2022-10-07 18:12:51 +01:00
philpill
52ba8ea777
Clarify main.rs in Getting Started (#232) (#287)
Co-authored-by: philpill <philpill@gmail.com>
2022-09-24 13:24:35 +01:00
Rob Ede
af14bf7493
add v2 netlify link 2022-09-11 19:15:46 +01:00
Rob Ede
d0df9ae503
apply changes from #286 2022-09-11 19:12:27 +01:00
Rob Ede
b230608545
update diesel docs to reference v2 as well 2022-09-11 19:00:38 +01:00
Spencer Bartholomew
c28854427e
add correct link to actix metrics (#285) 2022-08-09 22:07:29 +02:00
Ovidiu Gheorghies
779f8ea83e
Change method from GET to POST (#277)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-07-30 18:19:42 +01:00
dependabot[bot]
50d9694c81
Bump ansi-regex from 5.0.0 to 5.0.1 (#281)
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-30 18:17:47 +01:00
dependabot[bot]
7c24300106
Bump terser from 5.13.1 to 5.14.2 (#282)
Bumps [terser](https://github.com/terser/terser) from 5.13.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.13.1...v5.14.2)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-30 18:17:26 +01:00
dependabot[bot]
b5ebcbb073
Bump normalize-url from 4.5.0 to 4.5.1 (#284)
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases)
- [Commits](https://github.com/sindresorhus/normalize-url/commits)

---
updated-dependencies:
- dependency-name: normalize-url
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-30 18:17:11 +01:00
dependabot[bot]
69f2005d61
Bump minimist from 1.2.5 to 1.2.6 (#283)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-30 18:16:54 +01:00
dependabot[bot]
7e2e17e01e
Bump path-parse from 1.0.6 to 1.0.7 (#280)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-30 18:16:41 +01:00
Rob Ede
1d338f74de
Fix outdated info in Server->Multi-Threading section of docs
taken from ##276
2022-07-30 18:12:15 +01:00
Rob Ede
f33180bf8a
Simplify cargo watch command
taken from #278
2022-07-30 18:10:39 +01:00
Kenneth Allen
bb42ca002c
Update information on Compress middleware (#279) 2022-07-19 11:11:45 +01:00
Yuki Okushi
2904c4b861
Fix base URL 2022-07-16 19:06:27 +09:00
Santiago
8393aea71a
migrate to docusaurus (v2) (#266)
Co-authored-by: ibraheemdev <ibrah1440@gmail.com>
2022-07-16 18:59:20 +09:00
Kotaro Abe
a85b4ff5a3
Replace tokio::time::delay_for with tokio::time::sleep (#273) 2022-06-19 22:49:21 +09:00
Orhun Parmaksız
f12f950c91
Add full payload test for stream (#272) 2022-06-11 04:33:39 +01:00
Adrian Heine né Lang
7f65e095bb
Linkfix (#271) 2022-05-08 12:03:52 +01:00
Steven Yap
6df013f8ec
Update extractors.md (#268) 2022-04-17 08:21:55 +01:00
Rob Ede
dde397f5f4
improve server docs 2022-04-07 16:52:12 +01:00
Rob Ede
7d988fc27e
improve extractors docs 2022-04-07 16:22:17 +01:00
Rob Ede
0ddb72f6b0
remove references to .data() 2022-04-07 15:55:55 +01:00
Rob Ede
b11a2f6e99
improve path docs 2022-04-07 15:54:55 +01:00
Rob Ede
12cbd2ebbf
s/Actix-web/Actix Web 2022-04-07 15:44:10 +01:00
Rob Ede
36b3f9a3d7
fix http2 rfc links
fixes #235
2022-03-21 01:54:49 +00:00
nikstur
e370fddcc3
Bumped version of actix to 0.13 (#267) 2022-03-20 15:53:36 +00:00
Daniel Lee
c788681d45
updating json response docs cargo.toml (#264) 2022-03-15 11:55:30 +00:00
Daniel Lee
80549a9fb2
Update cargo.toml for json request 2nd example (#263) 2022-03-14 14:26:01 +00:00
Daniel Lee
17fc2533e5
updating cargo.toml for first example (#262) 2022-03-14 13:44:17 +00:00
Rob Ede
91f1158c69
update http2 docs 2022-03-07 13:40:36 +00:00
Rob Ede
1f94bb7ce6
update v3 links to v4 2022-03-05 23:55:35 +00:00
Rob Ede
f504c65862
remove outdated info about force closing connections 2022-03-05 23:54:23 +00:00
Rob Ede
91d61f5be6
update homepage example 2022-03-05 23:34:31 +00:00
Santiago
eff8c425a6
Update websockets.md (#261) 2022-02-28 15:03:01 +00:00
Santiago
7cbaf1b391
Update http2.md (#260) 2022-02-28 13:48:50 +00:00
Rob Ede
b8431bef6f
update remaining examples to v4 2022-02-26 05:22:21 +00:00
Rob Ede
447edcc9d7
add note that server must be awaited 2022-02-26 05:01:13 +00:00
Rob Ede
f6376781af
update code repo links 2022-02-26 04:58:43 +00:00
Rob Ede
997fb14e79
fix note about app_data 2022-02-26 04:50:39 +00:00
Rob Ede
d5533de730
update whatis page 2022-02-26 04:44:58 +00:00
Rob Ede
57e2b2bd62
fmt 2022-02-26 04:41:49 +00:00
Rob Ede
6b4fe2882b
update homepage 2022-02-26 04:38:18 +00:00
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