Skip to content
New issue

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

peristsCookies parameter not passed from methods to _httpRequest #3

Closed
genesiscz opened this issue Feb 17, 2019 · 0 comments
Closed
Assignees

Comments

@genesiscz
Copy link
Contributor

All of the head, get, patch, delete, post, put methods do have a persistsCookies parameter but they do not get passed to _httpRequest

  static Future<dynamic> delete(String url, {headers, timeoutSeconds = DEFAULT_TIMEOUT_SECONDS, json = false, persistCookies = true}) {
    return _httpRequest(HTTP_METHOD_DELETE, url, headers: headers, timeoutSeconds: timeoutSeconds, json: json);
  }
@genesiscz genesiscz changed the title peristsCookies for the httpRequests are not passed from methods to _httpRequest peristsCookies parameter not passed from methods to _httpRequest Feb 17, 2019
@jossef jossef self-assigned this Feb 17, 2019
@jossef jossef closed this as completed in 9f928f3 Feb 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants