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

Pass HTTP client instances through when creating children #12

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 21, 2012

  1. Link fields: pass parent http instance in

    This avoids passing in None, which will get a default client which might not
    contain credentials, proxy configuration, etc.
    acdha committed May 21, 2012
    Configuration menu
    Copy the full SHA
    5c04435 View commit details
    Browse the repository at this point in the history
  2. PromiseObject: post honors self._http

    This passes through the http client to preserve credentials, proxy info, etc.
    acdha committed May 21, 2012
    Configuration menu
    Copy the full SHA
    e6bd28a View commit details
    Browse the repository at this point in the history
  3. Initial test implementation

    acdha committed May 21, 2012
    Configuration menu
    Copy the full SHA
    ff4b01a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e8608d View commit details
    Browse the repository at this point in the history