Re-evaluate reverse proxy implementation once reqwest
has caught up with hyper
and axum
#1
Labels
tech-debt
Technical debt
Milestone
An open PR adds direct conversion of incoming
axum
requests intoreqwest
ones. The discussion also links a draft PR that upgrades tohyper
1.0.Overall this development should be monitored.
rockslide
currently does quite a few hacks inreverse_proxy
(e.g. casting the method into a string and reparsing it), many of which are due to library incompatibilities (e.g. at the time of writingreqwest
depended onhttp=^0.2
whileaxum
already was onhttp=1
. If these can be unified, the code ofreverse_proxy::reverse_proxy
could potentially be greatly simplified.The text was updated successfully, but these errors were encountered: