Module send

Source
Expand description

I/O-free coroutine to send HTTP request and receive its response.

Structs§

SendHttp
I/O-free coroutine to send HTTP request and receive its response.
SendHttpOk
The coroutine has successfully terminated its execution.

Enums§

SendHttpError
Errors that can occur during the coroutine progression.
SendHttpResult
Send result returned by the coroutine’s resume function.