HttpPosterElement

  • string media_name_
    • we post this media
  • string host_ip_
    • ip to download from (or a host alias)
  • int port_
    • port to connect to
  • string path_escaped_
    • URL escaped path to the remote media
  • string media_type_
    • Media type to send received.

In order to authenticate to the remote server you can specify a user and a password for connection (Not the most secure thing, as it will be saved in clear, but reasonable, and easy to use)

  • optional string remote_user_
  • optional string remote_password_
  • optional int max_buffer_size_
    • we close the connection if we accumulate this much in our buffer (Default: 256000)
  • optional int desired_http_chunk_size_
    • we send http chunks of this maximum size..(Default: 8192)
  • optional bigint media_retry_timeout_ms_
    • We retry the internal media after this long if we receive a EOS or the media is unavaliable (Default: 2500)
  • optional bigint http_retry_timeout_ms_
    • We retry the internal media after ah http problem. (Default: 1000)