evhttp_uri_join

Join together the uri parts from parsed data to form a URI-Reference.

Note that no escaping of reserved characters is done on the members of the evhttp_uri, so the generated string might not be a valid URI unless the members of evhttp_uri are themselves valid.

@param uri container with parsed data @param buf destination buffer @param limit destination buffer size @return an joined uri as string or NULL on error @see evhttp_uri_parse()

extern (C) nothrow
char*
evhttp_uri_join
(,
char* buf
,
size_t limit
)

Meta