sips icon indicating copy to clipboard operation
sips copied to clipboard

sips: refactor the HTTP handler

Open DeedleFake opened this issue 4 years ago • 0 comments

The current handler manually handles every single piece of information from queries and JSON bodies, resulting in very long and awkward to read functions for each endpoint. This should be cleaned up, in particular by reducing the repetition between endpoint handlers.

DeedleFake avatar Jun 09 '21 21:06 DeedleFake