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
Yea I think it is just a victim of duck typing -- headers are allowed to be anything that iterates key-value pairs IIRC, and it isn't really possible to put a type restriction on it. Probably possible to make the error message better though.
This works fine (note the header):
However this throws a MethodError:
The docs seem to indicate this should be okay to do.
The text was updated successfully, but these errors were encountered: