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
{{ message }}
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.
Resty won't let me override Accept, it only lets me add stuff to it. My Rails app is serving a Resty.text() request with HTML because Resty places text/html before text/plain in its Accept. Neither dontSend nor alwaysSend allow me ot override this behavior.
The text was updated successfully, but these errors were encountered:
Resty won't let me override
Accept
, it only lets me add stuff to it. My Rails app is serving aResty.text()
request with HTML because Resty placestext/html
beforetext/plain
in itsAccept
. NeitherdontSend
noralwaysSend
allow me ot override this behavior.The text was updated successfully, but these errors were encountered: