We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, Shouldn't there be a SetCookie method for a Request?
The text was updated successfully, but these errors were encountered:
@janekolszak yeah currently no easy to set cookie method at request each level. As you know it only exists at the client level.
I will add it, it's fairly straight forward to implement. If you're interested you can take a stab at it.
Stopgap suggestion:
Maybe you can try using the SetPreRequestHook until this enhancements come.
Sorry, something went wrong.
I'm just using SetHeader for now
#257 added cookies methods for request instance
c4101e3
@janekolszak I have added cookie method for request instance in branch add-set-cookie-in-request. Can you try it out and let me know?
add-set-cookie-in-request
#257 added cookies methods for request instance (#267)
30b66cd
It has been merged to master and scheduled for next release v2.1.0.
v2.1.0
jeevatkm
No branches or pull requests
Hi,
Shouldn't there be a SetCookie method for a Request?
The text was updated successfully, but these errors were encountered: