Skip to content

guri: new URI parsing and generating functions

Marc-André Lureau requested to merge malureau/glib:uri into master

Add a set of new URI parsing and generating functions, including a new parsed-URI type GUri. Move all the code from gurifuncs.c into guri.c, reimplementing some of those functions (and g_string_append_uri_encoded()) in terms of the new code.

Fixes: #110 (closed)

Edited by Marc-André Lureau

Merge request reports