Hi Christian,

are there any plans for the http client to become even more configurable?

 

I have seen in the BaseX sources that the HttpClient.Builder (org.basex.io.IOUrl:173) is mostly served with standards. (except sslContext, connectTimeout, followRedirects).

 

For example, I have a special case where I need to force the version to HTTP/1.1.

 

Tried as a workaround to create my own instance via HttpClient.Builder using the XQuery Java binding, but failed on the interfaces.

 

 

Thanks a lot

Andreas