evhttp_uri_get_userinfo

Return the userinfo part of an evhttp_uri, or NULL if it has no userinfo set.

extern (C) nothrow
const(char)*
evhttp_uri_get_userinfo
(
const(evhttp_uri)* uri
)

Meta