Skip to content
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.

App Engine support (i.e. custom http.Client) #14

Open
keighl opened this issue Dec 11, 2015 · 0 comments
Open

App Engine support (i.e. custom http.Client) #14

keighl opened this issue Dec 11, 2015 · 0 comments

Comments

@keighl
Copy link

keighl commented Dec 11, 2015

Hey @carlosdp, great job on this package. However, it won't run on GAE because of the vanilla http.Client. HTTP connections on app engine have to be routed through the GAE round tripper (https://cloud.google.com/appengine/docs/go/urlfetch/).

Ideally, the user can inject a specific http.Client for the twiliogo client to use. Take a look at how this package does it.

Lemme know if you'd like any help. Thanks again!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant