Crate curl_easybuilder

Source
Expand description

Simple builder for curl-rust Easy API.

The struct helps to create and initialize an Easy handle with major curl options, or to set some callback operations.

Modules§

errors

Structs§

EasyBuilder
The builder struct for curl::easy::Easy handler.