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
Right now it takes a nonnull value, which means there's no way to delete a header. Instead it should take a nullable value, which mirrors the API of NSMutableURLRequest.
The text was updated successfully, but these errors were encountered:
Right now it takes a nonnull value, which means there's no way to delete a header. Instead it should take a nullable value, which mirrors the API of
NSMutableURLRequest
.The text was updated successfully, but these errors were encountered: