Module curl::easy
[−]
[src]
Bindings to the "easy" libcurl API.
This module contains some simple types like Easy and List which are just
wrappers around the corresponding libcurl types. There's also a few enums
scattered about for various options here and there.
Most simple usage of libcurl will likely use the Easy structure here, and
you can find more docs about its usage on that struct.
Structs
| Easy |
Raw bindings to a libcurl "easy session". |
| Iter |
An iterator over |
| List |
A linked list of a strings |
| Transfer |
A scoped transfer of information which borrows an |
Enums
| InfoType |
Possible data chunks that can be witnessed as part of the |
| IpResolve |
Possible values to pass to the |
| ProxyType |
Possible proxy types that libcurl currently understands. |
| ReadError |
Possible error codes that can be returned from the |
| SeekResult |
Possible return values from the |
| SslVersion |
Possible values to pass to the |
| TimeCondition |
Possible conditions for the |
| WriteError |
Possible error codes that can be returned from the |