evhttp_uri_set_fragment

Set the fragment of an evhttp_uri, or clear the fragment if fragment==NULL. * The fragment should not include a leading "#". * Returns 0 on success, -1 if fragment is not well-formed.

extern (C) nothrow
int
evhttp_uri_set_fragment
(,
const(char)* fragment
)

Meta