evhttp_uri_get_scheme

Return the scheme of an evhttp_uri, or NULL if there is no scheme has * been set and the evhttp_uri contains a Relative-Ref.

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

Meta