Structs§
- Async
Perform - The AsyncPerform struct is the result when calling nonblocking() function to signify the end of the builder. The main job of this is to perform the Curl in nonblocking fashion.
- Bps
- A strong type unit when setting download speed and upload speed in bytes per second.
- Bytes
Offset - A strong type unit when offsetting especially in resuming download or upload.
- File
Size - A strong type unit when setting a file size.
- Http
Client - The HttpClient struct’s job is to wrap and build curl Easy2.
- Mbps
- A strong type unit when setting download speed and upload speed in Mega bits per second.
- Sync
Perform - The SyncPerform struct is the result when calling blocking() function to signify the end of the builder. The main job of this is to perform the Curl in blocking fashion.
Traits§
- Curl
Body Request - The purpose of this trait is to be able to accept
request body with Option<Vec
> or Vec