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

please make the response headers more easily accessible #30

Closed
xxorathaa opened this issue Apr 17, 2020 · 0 comments
Closed

please make the response headers more easily accessible #30

xxorathaa opened this issue Apr 17, 2020 · 0 comments
Assignees

Comments

@xxorathaa
Copy link

create a getter like your existing ones to expose response headers more easily

class Response {
...
Map<String, String> get headers => _rawResponse.headers;
...
}

@jossef jossef self-assigned this Apr 26, 2020
@jossef jossef closed this as completed May 23, 2020
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