evhttp_request_new

Creates a new request object that needs to be filled in with the request parameters. The callback is executed when the request completed or an error occurred.

extern (C) nothrow
evhttp_request_new
(
ExternC!(void function) cb
,
void* arg
)

Meta