sqld
sqld copied to clipboard
Implement the HTTP API using Tide
The HTTP API is implemented by manually writing a function that maps hyper requests to hyper responses. Let's rewrite this code into a Tide app, or with some other HTTP framework. (I only have experience with Warp, but Tide definitely looks more convenient!)
an alternative that will probably be more compatible with what we already have is axum. It was designed to work nicely with hyper etc.