evhttp_uri_set_scheme

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

extern (C) nothrow
int
evhttp_uri_set_scheme
(,
const(char)* scheme
)

Meta