All Downloads are FREE. Search and download functionalities are using the official Maven repository.

doc.http-file-connector.md Maven / Gradle / Ivy

The newest version!
# HTTP Connector

## Description
A file-connector that connects to an HTTP server.

## Parameters
The connector can be configured by the following parameters:

Parameter | Description
---|:---|
Host | The host running the HTTP server.
Port | The port, the HTTP server is listening on.
Follow redirects | If checked, igor will follow HTTP redirects. If unchecked, an error will be thrown.
Username | An optional username for authentication/authorization.
Password | An optional password for authentication/authorization.
Timeout | A timeout in seconds after which requests to the HTTP server will be aborted.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy