aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/webdav/util.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/webdav/util.texi')
-rw-r--r--doc/ref/webdav/util.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ref/webdav/util.texi b/doc/ref/webdav/util.texi
new file mode 100644
index 00000000..c45f8a72
--- /dev/null
+++ b/doc/ref/webdav/util.texi
@@ -0,0 +1,10 @@
+@node WebDAV Utilities
+@section Utilities
+@defun href->string href
+HREF's are represented as lists of strings. The root resource (``/'')
+is the empty list.
+@end defun
+
+@defun string->href string
+Return a href list back into a string. A leading slash will always be added.
+@end defun