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
Because Headers and parent class Parameters are not Iterable it's impossible to get headers if you don't know what the headers are.
Also in some cases, it would be more useful to return all headers within an array than to iterate over them (cost of copy vs iteration where copy or filter would be implemented)
The text was updated successfully, but these errors were encountered:
Because
Headers
and parent classParameters
are notIterable
it's impossible to get headers if you don't know what the headers are.Also in some cases, it would be more useful to return all headers within an array than to iterate over them (cost of copy vs iteration where copy or filter would be implemented)
The text was updated successfully, but these errors were encountered: