This wrapper allow you to create a simple HTTP client. This client try to simulate a navigator. It can be used to send HTTP requests and receive HTTP responses.
You can run this following command to install the package locally:
# Install the package
make install
# Install the package without the tests
make finstall
Your client can be used with brightData proxy. If you want to use this proxy, you have to configure it.
System.setProperty("httpclient.wrapper.proxy.bright-data.host", "YOUR_HOST");
System.setProperty("httpclient.wrapper.proxy.bright-data.port", "YOUR_PORT");
System.setProperty("httpclient.wrapper.proxy.bright-data.username", "YOUR_USERNAME");
System.setProperty("httpclient.wrapper.proxy.bright-data.password", "YOUR_PASSWORD");