aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/webdav/util.texi
blob: c45f8a72d9af12c2c541772273267a5e499ca59c (plain)
1
2
3
4
5
6
7
8
9
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