Experience Testing Endpoints with effect-http for Integration Testing
Does anyone have any experience testing endpoints defined with effect-http? I'd like run an integration test that starts up the app server and can make a POST request and then assert on the response
