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 Jun 14, 2019. It is now read-only.
[x] Feature request
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Documentation issue or request
Description
callFetch now has several flags that affect what headers are sent to the server like includeContentType and includeAccept etc. I think we should pull all of those out and instead have the code calling callFetch copy the header object and modify it as needed, for example:
The text was updated successfully, but these errors were encountered:
This is a...
Description
callFetch now has several flags that affect what headers are sent to the server like
includeContentType
andincludeAccept
etc. I think we should pull all of those out and instead have the code callingcallFetch
copy the header object and modify it as needed, for example:The text was updated successfully, but these errors were encountered: