Google App Engine compatibility · Issue #30 · awa/go-iap
Introduction Google App Engine is a sandboxed environment. We can't make calls to the outside world without using the net/http's Request to create a http.Client by: import ( "net/http" "google.gola...