evhttp_uri_set_path

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

extern (C) nothrow
int
evhttp_uri_set_path
(,
const(char)* path
)

Meta