Page MenuHomeDevCentral

Support .into_json_response() with Axum
ClosedPublic

Authored by dereckson on Sep 24 2025, 17:41.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 27, 19:11
Unknown Object (File)
Thu, Jun 25, 18:03
Unknown Object (File)
Tue, Jun 23, 11:07
Unknown Object (File)
Fri, Jun 19, 07:32
Unknown Object (File)
Thu, Jun 18, 07:37
Unknown Object (File)
Wed, Jun 17, 07:40
Unknown Object (File)
Tue, Jun 16, 10:51
Unknown Object (File)
Tue, Jun 16, 04:44
Subscribers
None

Details

Summary

Allow to convert an arbitrary type into a API JSON response
simply adding .into_json_response().

For Alkane, adding FailureResponse trait to handle the errort part of a Result.

Ref T2133

Test Plan

Tested with D3717 for Alkane

Diff Detail

Repository
rLF Limiting Factor
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Sep 24 2025, 17:41
This revision was automatically updated to reflect the committed changes.