Does anyone know of something.. kinda like the opposite of httpie/curl for testing http clients?
I'm imagining a webserver I can run on the commandline like 'logeverything --port=8080' .. that starts listening but also drops you into a repl where incoming request is printed and you can then respond (perhaps even with shortcuts for 200, 500, 404 etc) by typing out headers/body.