wit-ai / wit-go

Go client for wit.ai HTTP API
MIT License
156 stars 30 forks source link

Specify a specific http.Client #7

Closed thibaultleouay closed 5 years ago

thibaultleouay commented 5 years ago

I'd like to use this library on google appengine. Though Appengine doesn't allow outbound http request [1], thus we should be able to pass a specific http.Client

[1] https://cloud.google.com/appengine/docs/standard/go/issue-requests

plutov commented 5 years ago

Hi @thibaultleouay please use v1.0.0, we included it there.