Page MenuHomeDevCentral

Port Alkane HTTP server to axum
Needs ReviewPublic

Authored by dereckson on Tue, Sep 23, 21:59.

Details

Reviewers
dereckson
Maniphest Tasks
T2133: Migrate Alkane to axum
Summary

The application HTTP API layer is currently built for Rocket 0.4,
which doesn't build anymore on nightly 1.92.

To migrate to Rocket 0.5 seems currently risky, while the HTTP code
doesn't need any of the framework advanced features.

A thin layer on the top of hyper, axum is maintained by the Tokio project.
It's also where former Rocket applications are migrating.

Fixes T2133.

Diff Detail

Repository
rALK Alkane
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
axum
Build Status
Buildable 5960
Build 6242: arc lint + arc unit

Event Timeline

dereckson created this revision.