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
Hi, it would be cool if there's method to put all headers, using function with_headers which will take Hashmap<T,U> where T, U: Into<String> or it could be any iterator type like Vec
The text was updated successfully, but these errors were encountered:
Hi, it would be cool if there's method to put all headers, using function
with_headers
which will takeHashmap<T,U> where T, U: Into<String>
or it could be any iterator type likeVec
The text was updated successfully, but these errors were encountered: