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

app engine support #60

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

app engine support #60

wants to merge 2 commits into from

Commits on Dec 29, 2016

  1. app engine support

    App Engine requires use of context-specific HTTP clients. Outbound
    HTTP requests simply don't work unless there's a way to provide
    the current request context to the outgoing request.
    
    Because a *Consumer might outlast multiple requests, we need a way
    to thread the request context through and then optionally create
    an *http.Client based on it. Unfortunately, this requires adding
    a bunch of new arguments.
    
    My preference would be to require contexts for all callsites, but
    I realize that breaks backwards compatibility, so I've added new
    methods.
    jtolio committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    c0e3240 View commit details
    Browse the repository at this point in the history
  2. webhelp moved

    jtolio committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    75c3a5b View commit details
    Browse the repository at this point in the history