Fork me on GitHub
#pedestal
<
2020-03-06
>
ddeaguiar16:03:48

Following up on this, the response map reference doc has been updated (http://pedestal.io/reference/response-map). Thanks @isak for the initial PR. What is considered a valid response depends on which part of Pedestal is currently in question. The servlet integration impl abides but the Ring contract (`:status`, :headers are required). The default not-found interceptor uses a looser contract (only :status required). This was intentional since chain providers may vary.

isak16:03:53

Ah, I see. Nice!