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

Make navigate's resource handling more explicit #1346

Merged
merged 3 commits into from
Jun 1, 2016

Commits on May 30, 2016

  1. Make navigate's resource handling more explicit

    Also remove the speculative 401 features that seem unlikely to ever
    materialize. This definitely requires more work to actually talk about
    responses instead of resources and more clearly tie it to the
    _resource_ variable from earlier in the navigate algorithm, but since
    all those interactions are still somewhat unclear this will have to do.
    
    Fixes #511.
    annevk committed May 30, 2016
    Configuration menu
    Copy the full SHA
    7da89ac View commit details
    Browse the repository at this point in the history
  2. fixup

    annevk committed May 30, 2016
    Configuration menu
    Copy the full SHA
    6e35cd1 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2016

  1. address feedback

    ADD THIS TO THE EVENTUAL COMMIT MESSAGE:
    
    401 is handled by Fetch.
    annevk committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    7fc1647 View commit details
    Browse the repository at this point in the history