sqld icon indicating copy to clipboard operation
sqld copied to clipboard

Implement the HTTP API using Tide

Open honzasp opened this issue 2 years ago • 1 comments

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!)

honzasp avatar Mar 24 '23 09:03 honzasp

an alternative that will probably be more compatible with what we already have is axum. It was designed to work nicely with hyper etc.

MarinPostma avatar Apr 05 '23 16:04 MarinPostma