Structs§

  • Stores the path for the downloaded file or the uploaded file. Internally it will also monitor the bytes transferred and the Download/Upload speed.
  • This is an information about the transfer(Download/Upload) speed that will be sent across tasks. It is useful to get the transfer speed and displayed it according to user’s application.

Enums§

  • The Collector will handle two types in order to store data, via File or via RAM. Collector::File(FileInfo) is useful to be able to download and upload files. Collector::Ram(Vec<u8>) is used to store response body into Memory.

Traits§

  • This is an extended trait for the curl::easy::Handler trait.