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

Response doc improvements #115

Closed
Tracked by #120
dtolnay opened this issue May 31, 2017 · 1 comment
Closed
Tracked by #120

Response doc improvements #115

dtolnay opened this issue May 31, 2017 · 1 comment
Labels
E-easy Effort: Easy! Start here :D
Milestone

Comments

@dtolnay
Copy link

dtolnay commented May 31, 2017

Add realistic examples of accessing the url, status, headers, and http version of a Response. Remember that the point of examples is not always to show how to call the method, but to show why someone would want to call the method. For instance the headers example may look for a particular Content-Type header before deciding how to process the body of the response.

@seanmonstar seanmonstar added the E-easy Effort: Easy! Start here :D label May 31, 2017
@seanmonstar seanmonstar modified the milestone: 1.0 May 31, 2017
@jaemk
Copy link
Contributor

jaemk commented Jun 8, 2017

I'll take this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-easy Effort: Easy! Start here :D
Projects
None yet
Development

No branches or pull requests

3 participants