Page MenuHomeDevCentral

Port Alkane HTTP server to axum
ClosedPublic

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

Details

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
Lint Not Applicable
Unit
Tests Not Applicable