Hacker News new | ask | show | jobs
by aliswe 1391 days ago
something like

app.MapPut("ping/pong/yolo", ctx => ...);

and in there you read the Body as string ... it should be a one liner?