Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change HTTPClient to HttpCore library from Apache and add HTTPS support #45

Open
jgoldverg opened this issue Sep 7, 2022 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@jgoldverg
Copy link
Contributor

jgoldverg commented 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).

@jgoldverg jgoldverg changed the title Add HTTPS support Change HTTPClient to HttpCore library from Apache and add HTTPS support Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant