On Fri, 2018-02-23 at 21:13 -0700, Gary Gregory wrote:
> Hi All,
> 
> In my proxy, I use:
> 
> DefaultHttpServerIODispatch.create(serviceHandler, serverSslContext,
> serverConnectionConfig)
> 
> In order to support HTTP DELETE with a message body (I know, I know),
> I've
> created a custom HttpRequestFactory implementation.
> 
> So I want this to kick in so that by the time my
> custom
> org.apache.http.nio.protocol.HttpAsyncRequestProducer.generateRequest
> ()
>  called, the request is the BasicHttpEntityEnclosingRequest I created
> in my
> HttpRequestFactory.
> 
> A HttpRequestFactory lives in a
> NHttpMessageParserFactory<HttpRequest>.
> 
> Would it be acceptable to add support for HttpRequestFactory and/or
> NHttpMessageParserFactory to ConnectionConfig?
> 
> Gary

Why would you want to add an HTTP protocol level interface to a class
that represents transport parameters?  Would there be any benefits of
mixing completely unrelated things? 

Oleg

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

Reply via email to