I ended up adding the mime type to the standard and then passing it from there directly to the response builder. The advantage being that any custom standard will be supported. It is a breaking change though. Alternatively, I could just resubmit a PR with just a regular match statement within ResponseBuilder::createResponse().
This is the PR for #393
I ended up adding the mime type to the standard and then passing it from there directly to the response builder. The advantage being that any custom standard will be supported. It is a breaking change though. Alternatively, I could just resubmit a PR with just a regular match statement within
ResponseBuilder::createResponse()
.