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

feat(client): add url property Response #593

Merged
merged 1 commit into from Jul 1, 2015
Merged

Commits on Jul 1, 2015

  1. feat(client): add url property Response

    This will always be the last URL that was used by the Request, which is
    useful for determining what the final URL was after redirection.
    
    BREAKING CHANGE: Technically a break, since `Response::new()` takes an
      additional argument. In practice, the only place that should have been
      creating Responses directly is inside the Client, so it shouldn't
      break anyone. If you were creating Responses manually, you'll need to
      pass a Url argument.
    seanmonstar committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    82ed909 View commit details
    Browse the repository at this point in the history