ClientConfiguration.java (httpcomponents-client-4.5.6-src) | : | ClientConfiguration.java (httpcomponents-client-4.5.7-src) | ||
---|---|---|---|---|
skipping to change at line 261 | skipping to change at line 261 | |||
// be used to examine updated state and various objects affected | // be used to examine updated state and various objects affected | |||
// by the request execution. | // by the request execution. | |||
// Last executed request | // Last executed request | |||
context.getRequest(); | context.getRequest(); | |||
// Execution route | // Execution route | |||
context.getHttpRoute(); | context.getHttpRoute(); | |||
// Target auth state | // Target auth state | |||
context.getTargetAuthState(); | context.getTargetAuthState(); | |||
// Proxy auth state | // Proxy auth state | |||
context.getTargetAuthState(); | context.getProxyAuthState(); | |||
// Cookie origin | // Cookie origin | |||
context.getCookieOrigin(); | context.getCookieOrigin(); | |||
// Cookie spec used | // Cookie spec used | |||
context.getCookieSpec(); | context.getCookieSpec(); | |||
// User security token | // User security token | |||
context.getUserToken(); | context.getUserToken(); | |||
} finally { | } finally { | |||
response.close(); | response.close(); | |||
} | } | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |