netsurf/utils/nsurl
Vincent Sanders 9100fcb409 improve nsurl query handling.
Alter the handling of query values within nsurl to be like fragments.

This ensures callers never have to care about the query punctuation,
e.g. the question mark

This also means the strings generated will no longer have trailing
question marks which now conforms to behaviour in whatwg url spec
on url serializing in section 4.5
2018-09-26 17:21:33 +01:00
..
Makefile nsurl: Split out URL parsing. 2017-02-08 17:27:13 +00:00
nsurl.c improve nsurl query handling. 2018-09-26 17:21:33 +01:00
parse.c improve nsurl query handling. 2018-09-26 17:21:33 +01:00
private.h improve nsurl query handling. 2018-09-26 17:21:33 +01:00