evhttp_uri_set_host

Set the host of an evhttp_uri, or clear the host if host==NULL. * Returns 0 on success, -1 if host is not well-formed.

extern (C) nothrow
int
evhttp_uri_set_host
(,
const(char)* host
)

Meta