evhttp_uri_set_userinfo

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

extern (C) nothrow
int
evhttp_uri_set_userinfo
(,
const(char)* userinfo
)

Meta