Skip to content

utils: reworked uri splitting with help of libsoup

Günther Wagner requested to merge (removed):master into master

Currently we split a URI string with a Regex which is error prone. As libsoup already provides a facility to parse a URI into its parts we should use this instead.

Related to: #41 (closed)

Merge request reports

Loading