Fork me on GitHub
#pedestal
<
2018-11-05
>
orestis08:11:22

Is there a guide somewhere on how to create new adapters? I wonder how hard would it be to get Pedestal running on Aleph.

mtnygard01:11:19

I don’t have a guide, but there are examples for Tomcat, Jetty, and Immutant.

ccann22:11:42

i’m trying to figure out the best way to test my API with pedestal. I see the io.pedestal.test/response-for function for mocking requests to the server. Is there a way to use ring.mock? or a way to pass headers to response-for?

ccann22:11:41

ah, I see you can pass :headers as the last argument