Module curl::multi

source ·
Expand description

Multi - initiating multiple requests simultaneously

Structs§

  • Wrapper around an easy handle while it’s owned by a multi handle.
  • Wrapper around an easy handle while it’s owned by a multi handle.
  • Notification of the events that have happened on a socket.
  • Message from the messages function of a multi handle.
  • A multi handle for initiating multiple connections simultaneously.
  • Notification of events that are requested on a socket.
  • File descriptor to wait on for use with the wait method on a multi handle.

Type Aliases§

  • Raw underlying socket type that the multi handles use