doc.http-file-connector.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of module-file Show documentation
Show all versions of module-file Show documentation
Provides file handling for igor.
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