evhttp_uri_set_query

Set the query of an evhttp_uri, or clear the query if query==NULL. * The query should not include a leading "?". * Returns 0 on success, -1 if query is not well-formed.

extern (C) nothrow
int
evhttp_uri_set_query
(,
const(char)* query
)

Meta