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!
In your cookie-usage example you use method 'request_with_http_request'. What you mean with this?
my $res = H$f->request_with_http_request($req)->as_http_response;
Certainly here is some typo (what 'H' before '$'), but I did not figure out the meaning here.
Wbr,
Gunnar
The text was updated successfully, but these errors were encountered:
Oops. request_with_http_request method was removed at 0.10 2010-11-02 release. The section was outdated! I should fix this.
0.10 2010-11-02
Sorry, something went wrong.
Ok. I saw that cookie_jar attribute for constructor is experimental. Is there any suggestions to use cookies with Furl?
cookie_jar
Thank you!
request_with_http_request was removed at 4 years ago!
218e6f6
#70 (comment)
For now, you can use the 'request' method.
No branches or pull requests
Hi!
In your cookie-usage example you use method 'request_with_http_request'. What you mean with this?
Certainly here is some typo (what 'H' before '$'), but I did not figure out the meaning here.
Wbr,
Gunnar
The text was updated successfully, but these errors were encountered: