summaryrefslogtreecommitdiffstats
path: root/libnetdata/url/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'libnetdata/url/README.md')
-rw-r--r--libnetdata/url/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/libnetdata/url/README.md b/libnetdata/url/README.md
new file mode 100644
index 00000000..1ba51e2e
--- /dev/null
+++ b/libnetdata/url/README.md
@@ -0,0 +1,14 @@
+<!--
+title: "URL"
+custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/url/README.md
+sidebar_label: "URL"
+learn_status: "Published"
+learn_topic_type: "Tasks"
+learn_rel_path: "Developers/libnetdata"
+-->
+
+# URL
+
+The URL library contains common functions useful for URLs, like conversion from/to hex,
+URL encode/decode and query string parsing.
+