Gestiada / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

Support for Retry-After header #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
External references, such as a standards document, or specification?

http://tools.ietf.org/html/rfc2616#section-14.37

Java environments (e.g. Java 6, Android 2.2, App Engine 1.3.7)?

All.

Please describe the feature requested.

Retry-After is used on a 503 (Service Unavailable) or 3xx (Redirection) 
response to indicate the number of seconds to wait or the HTTP-date for when to 
reissue the request.  The HTTP library shoud process that and automatically 
wait the specified amount of time and then reissue the request.  It could 
potentially be customized by the maximum amount of time allowed to wait.

Original issue reported on code.google.com by yan...@google.com on 7 Oct 2010 at 12:21

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 12 Nov 2010 at 1:48

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 8 Jan 2011 at 6:29