summaryrefslogtreecommitdiff
path: root/transport_test.go
AgeCommit message (Expand)Author
2016-08-26oauth2, jws, internal: more style fixes for bad test messagesJaana Burcu Dogan
2016-01-21transport_test: added TestNilTokenSource + close res.Body per GETEmmanuel Odeke
2015-05-26oauth2: ensure case sensitivity for Bearer, MAC, and Basic in auth headerAndrew Etter
2014-12-30oauth2, oauth2/google: add, use ReuseTokenSourceBrad Fitzpatrick
2014-12-16oauth2: rewrite google package, fix the broken buildBurcu Dogan
2014-11-13Add Cacher interface.Burcu Dogan
2014-11-08Introduce an option function typeBurcu Dogan
2014-08-14Don't provide a Transport interface but provide a http.RoundTripper implement...Burcu Dogan
2014-07-11oauth2: don't use http.DefaultTransport.Burcu Dogan
2014-07-08remove cacheJohan Euphrosine
2014-06-22Caches should return an error instead of invoking a handler.Burcu Dogan
2014-06-22Use Errorfs to fail the tests.Burcu Dogan
2014-06-17Add tests.Burcu Dogan