Module curl::multi [] [src]

Multi - initiating multiple requests simultaneously

Structs

EasyHandle

Wrapper around an easy handle while it's owned by a multi handle.

Events

Notification of the events that have happened on a socket.

Message

Message from the messages function of a multi handle.

Multi

A multi handle for initiating multiple connections simultaneously.

SocketEvents

Notification of events that are requested on a socket.

WaitFd

File descriptor to wait on for use with the wait method on a multi handle.

Type Definitions

Socket

Raw underlying socket type that the multi handles use