Apache HTTP Client extension

Introduction

This connector is based on Apache Commons HTTP client. It provides an HTTP and HTTPS client connector with advanced multi-threading and connection reuse support.

Description

As pointed out by the Apache HTTPClient tutorial it is crucial to read entirely each response. It allows to release the underlying connection. Not doing so may cause future requests to block.

This connector supports the following protocols: HTTP, HTTPS. The list of supported specific parameters is available in the Javadocs:

For additional details, please consult the Javadocs.