HttpSendFileConfigStructure

Version #1

Description:

Config of HttpSendFileProcessor

Fields:

  • connectTimeout: Integer [Optional]
    Default: 30 seconds
    Description: Defines the connect timeout in milliseconds for the connection.
  • contentType: String [Optional]
    Default: application/json; charset=UTF-8
    Description: Defines the content type for the request.
  • group: String [Required]
    Description: Defines the group of the sent file.
  • headers: Map<String, String> [Optional]
    Default: No additional headers.
    Description: Defines additional headers to be added to the request.
  • method: String [Optional]
    Default: POST
    Description: Defines the http verb to be used.
  • path: String [Required]
    Description: Defines the path of the sent file within the group.
  • socketTimeout: Integer [Optional]
    Default: 5 minutes
    Description: Defines the socket timeout in milliseconds for the connection.
  • url: String [Required]
    Description: Defines the url which should be called. Only http and https protocols are supported.

In use by: