aboutsummaryrefslogtreecommitdiff
path: root/web/mime-url-encoding
diff options
context:
space:
mode:
Diffstat (limited to 'web/mime-url-encoding')
-rw-r--r--web/mime-url-encoding4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/mime-url-encoding b/web/mime-url-encoding
index 8c8ddfb..9db0887 100644
--- a/web/mime-url-encoding
+++ b/web/mime-url-encoding
@@ -10,6 +10,10 @@
namespace web
{
+ // @@ Add the query flag (true by default). If true, then the encoding is
+ // applied to the URL query part, and so the plus character is used to
+ // encode the space character. Audit use cases afterwards.
+ //
void
mime_url_encode (const char* v, std::ostream& o);