dependabot[bot]
|
e0a8cddb97
|
chore(deps): bump ws from 8.16.0 to 8.17.1 in /examples/custom-req (#588)
Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.16.0...8.17.1)
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-06-18 10:05:47 -04:00 |
|
dependabot[bot]
|
fec47da903
|
chore(deps): bump braces from 3.0.2 to 3.0.3 in /examples/custom-req (#587)
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-06-18 10:05:27 -04:00 |
|
Kevin Flansburg
|
36b646cd62
|
Allow returning any error that implements std::error::Error (#527)
* IntoResponse and FromRequest return Result
* Generic error return types
* Fix example
|
2024-04-28 18:37:50 -04:00 |
|
David Komer
|
0a94def73f
|
WorkerRequest/WorkerResponse traits (#530)
* http traits
* WorkerRequest
* WorkerResponse
* delete comment block
* consolidate macro
* FromRequest / IntoResponse
* and a bit of cleanup to clarify previous naming conflict of WorkerResponse
* more generic IntoResponse impl
|
2024-04-28 09:25:06 -04:00 |
|