1
0
mirror of https://github.com/actix/actix-website synced 2024-11-23 16:31:08 +01:00
Commit Graph

24 Commits

Author SHA1 Message Date
Marvin
f786600af3
fix typo (#474)
* fix typo

* fix another typo
2024-10-15 19:02:25 +00:00
dependabot[bot]
627ee68341
chore(deps): bump futures-util from 0.3.30 to 0.3.31 in /examples (#471)
Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.30 to 0.3.31.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.30...0.3.31)

---
updated-dependencies:
- dependency-name: futures-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-07 05:14:38 +00:00
Ross
50c3e75bc3
Added documentation for from_fn and wrap in middleware page (#451)
* Added documentation for from_fn and wrap in middleware page

* Update docs/middleware.md

---------

Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-09-11 13:51:39 +00:00
dependabot[bot]
006fe7a2d9
chore(deps): bump actix-session from 0.9.0 to 0.10.0 in /examples (#435)
Bumps [actix-session](https://github.com/actix/actix-extras) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/actix/actix-extras/releases)
- [Commits](https://github.com/actix/actix-extras/compare/redis-v0.9.0...redis-v0.10.0)

---
updated-dependencies:
- dependency-name: actix-session
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19 05:44:45 +00:00
dependabot[bot]
39254f1ead
Update env_logger requirement from 0.10 to 0.11 in /examples (#360)
Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version.
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-cli/env_logger/compare/v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-22 04:15:31 +00:00
dependabot[bot]
d1837b2052
Update actix-session requirement from 0.8 to 0.9 in /examples (#359)
Updates the requirements on [actix-session](https://github.com/actix/actix-extras) to permit the latest version.
- [Release notes](https://github.com/actix/actix-extras/releases)
- [Commits](https://github.com/actix/actix-extras/compare/session-v0.8.0...redis-v0.9.0)

---
updated-dependencies:
- dependency-name: actix-session
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-15 05:06:00 +00:00
Rob Ede
9ca7f89606
update examples deps 2023-11-01 15:21:39 +00:00
Rob Ede
c427ae50f3
publish = false 2023-11-01 15:21:01 +00:00
Rob Ede
73dc338ff9
edition = 2021 2023-11-01 15:09:54 +00:00
Takahiro, NAKAMURA
f6d103da57
update user_session sample (#292) 2022-10-26 11:14:06 +01:00
Rob Ede
81dfe300a2
update examples to v4 (#258) 2022-02-26 03:56:24 +00:00
Daniel Saxton
e3c8b5edca
Update logger example (#250) 2022-01-01 22:05:37 +00:00
Mark Lodato
3167a55853
Improve error handler example (#248) 2021-12-22 18:36:35 +00:00
Nrot
3fffc45c7e
Update to work code (#241) 2021-11-20 23:14:04 +00:00
Rob Ede
4d8d53cea5
v3 (#188) 2020-09-12 16:21:54 +01: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
789cb0fd1a Update middleware 2019-12-29 02:03:17 +09:00
Sven-Hendrik Haase
a03b91023c
Merge pull request #103 from svenstaro/add-dyn-to-traits
Add dyn keyword to get rid of some warnings
2019-07-30 19:08:48 +02:00
Sven-Hendrik Haase
a7c8116fcd Add bit about wrap_fn to middlewares page (#104) 2019-07-30 10:03:55 -07:00
Sven-Hendrik Haase
0ff37e7454 Add dyn keyword to get rid of some warnings 2019-07-29 12:44:00 +02:00
Cameron Dershem
eff4edb6fa Middleware section is done-ish. 2019-06-26 02:59:20 -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
9a16b6db93 First pass at Middlewares. 2019-06-17 16:57:57 -04:00