cachescrubber commented on PR #480:
URL: 
https://github.com/apache/httpcomponents-client/pull/480#issuecomment-1701081868

   @ok2c I removed the snippets. Having implemented a handler myself I remember 
having to dig in the source of clientBuilder  in order to find the name of the 
retry handler. What about 
   
   ```
    * @see ChainElement#RETRY
    * @see HttpClientBuilder#addExecInterceptorAfter(String, String, 
ExecChainHandler)
    * @see HttpClientBuilder#addExecInterceptorBefore(String, String, 
ExecChainHandler)
   ```
   
   I think I would at least document the name (ChainElement#RETRY) in order to 
place the interceptors relative to it. WDYT?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to