You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is compounded.
The reason I am asking for HttpCore and not the java.net HttpClient is b/c the java net HttpClient does not support (Http Pipelining)[https://en.wikipedia.org/wiki/HTTP_pipelining]. The HttpCore does and here is an example (Pipelined Ex)[https://github.com/apache/httpcomponents-core/blob/5.0.x/httpcore5/src/test/java/org/apache/hc/core5/http/examples/AsyncPipelinedRequestExecutionExample.java] we also need to add basic auth support.
Importantly this client needs to support reading files over HTTPS. NO writer is necessary for HTTP(hint hint, you cant write over HTTP unless you have the defined API).
The text was updated successfully, but these errors were encountered:
jgoldverg
changed the title
Add HTTPS support
Change HTTPClient to HttpCore library from Apache and add HTTPS support
Sep 7, 2022
This issue is compounded.
The reason I am asking for HttpCore and not the java.net HttpClient is b/c the java net HttpClient does not support (Http Pipelining)[https://en.wikipedia.org/wiki/HTTP_pipelining]. The HttpCore does and here is an example (Pipelined Ex)[https://github.com/apache/httpcomponents-core/blob/5.0.x/httpcore5/src/test/java/org/apache/hc/core5/http/examples/AsyncPipelinedRequestExecutionExample.java] we also need to add basic auth support.
Importantly this client needs to support reading files over HTTPS. NO writer is necessary for HTTP(hint hint, you cant write over HTTP unless you have the defined API).
The text was updated successfully, but these errors were encountered: