retrofit v1.1.0 Release Notes

Release Date: 2013-06-20 // almost 11 years ago
    • Introduce RequestInterceptor to replace RequestHeaders. An interceptor provided to the RestAdapter.Builder will be called for every request and allow setting both headers and additional path parameter replacements.
    • Add ErrorHandler for customizing the exceptions which are thrown when synchronous methods return non-200 error codes.
    • Properly parse responses which erroneously omit the "Content-Type" header.