1DAV::Lock(3)          User Contributed Perl Documentation         DAV::Lock(3)
2
3
4

NAME

6       HTTP::DAV::Lock - Represents a WebDAV Lock.
7

SYNOPSIS

9        Need example
10

DESCRIPTION

12       Timeout This parameter can take an absolute or relative timeout. The
13       following forms are all valid for the -timeout field:
14           Timeouts in:
15               300
16               30s                              30 seconds from now
17               10m                              ten minutes from now
18               1h                               one hour from now
19               1d                               tomorrow
20               3M                               in three months
21               10y                              in ten years time Timeout at:
22               2000-02-31 00:40:33              at the indicated time & date
23               For more time and date formats that are handled see HTTP::Date
24
25           RFC2518 states that the timeout value MUST NOT be greater than
26           2^32-1. If this occurs it will simply set the timeout to infinity
27
28       $r->as_string()
29           Method returning a textual representation of the request.  Mainly
30           useful for debugging purposes. It takes no arguments.
31

SEE ALSO

33       HTTP::Headers, HTTP::Message, HTTP::Request::Common
34
36       Copyright 2000 Patrick Collins.
37
38       This library is free software; you can redistribute it and/or modify it
39       under the same terms as Perl itself.
40

POD ERRORS

42       Hey! The above document had some coding errors, which are explained
43       below:
44
45       Around line 288:
46           '=item' outside of any '=over'
47
48
49
50perl v5.12.1                      2009-09-12                      DAV::Lock(3)
Impressum