<@U0EACPP46> how complicated does it need to be?
# http4k
s
@natpryce how complicated does it need to be?
n
More complicated than “pick one”
parse the accept header, sort by “q”, pick the first one that is provided by the server
that’s enough for my needs
d
Feel free to PR that as an extension to the "content negotiation" strategies :)
Presume it would need to modify the accept header though... Hnm
n
I’ve got an implementation that does server-side content negotiation, but relies on apache http components, so prob not suitable as a PR
Doesn’t need to modify the accept header though