You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering an API whose response (out of GET) looks like:
Status: 200
Content-type: application/xml; charset=utf-8
Size: 103 B
<BINARY BODY>
Apparently content currently only handles a body that is text/xml, but as far as I can tell application/xml is substantively the same and (from an R perspective) would be handled the same as text/xml.
Can content be modified to handle this in the same way as text/xml?
The text was updated successfully, but these errors were encountered:
I'm encountering an API whose response (out of
GET
) looks like:Apparently
content
currently only handles a body that istext/xml
, but as far as I can tellapplication/xml
is substantively the same and (from an R perspective) would be handled the same astext/xml
.Can
content
be modified to handle this in the same way astext/xml
?The text was updated successfully, but these errors were encountered: