evhttp_uri_get_fragment

Return the fragment part of an evhttp_uri (excluding the leading "#"), * or NULL if it has no fragment set

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

Meta