AbstractHttpClient.addRequestInterceptor should document in what order the 
interceptors run
-------------------------------------------------------------------------------------------

                 Key: HTTPCLIENT-820
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-820
             Project: HttpComponents HttpClient
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 4.0 Beta 2
            Reporter: Jeffrey Yasskin
            Priority: Minor


http://hc.apache.org/httpcomponents-client/httpclient/apidocs/org/apache/http/impl/client/AbstractHttpClient.html#addRequestInterceptor(org.apache.http.HttpRequestInterceptor)
 has no documentation. It should at least say what order new interceptors run 
in. Presumably they run in order by index, but does the lowest or highest index 
run first?

This class or DefaultHttpClient should also say what interceptors are added by 
default. That is, what would I be getting rid of by calling 
clearResponseInterceptors()?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to