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

Add additional HttpTransports as modules #250

Open
alechenninger opened this issue Jan 14, 2016 · 2 comments
Open

Add additional HttpTransports as modules #250

alechenninger opened this issue Jan 14, 2016 · 2 comments

Comments

@alechenninger
Copy link
Contributor

It'd be nice to have other, more feature-rich implementations of HttpTransport to use, such as one which used Apache's HttpClient or Google's Java Http Client, both of which have some retry functionality in particular that I'd like to take advantage of. Google's has an "exponentional backoff" retry algorithm which is particularly cool.

We could add some of those things to the current JavaNetHttpTransport, however I think we would be reinventing the wheel a little bit.

@alechenninger
Copy link
Contributor Author

Apparently the apache client handles some of these even automatically: http://hc.apache.org/httpcomponents-client-ga/tutorial/html/fundamentals.html#d5e305

@alechenninger
Copy link
Contributor Author

@jblashka

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

No branches or pull requests

1 participant