evhttp_uri_get_query

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

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

Meta