Closed scop closed 2 years ago
Some models respond with appropriate response types such as text/xml and application/json; honor them when present.
text/xml
application/json
(Still some more PR's coming up soonish.)
That content-type parsing and detection is pure horror... but there is no perfect solution for it (i have looked lol) so i guess i will have to live with that :-)
Some models respond with appropriate response types such as
text/xml
andapplication/json
; honor them when present.