1HTTP::DAV::Lock(3) User Contributed Perl Documentation HTTP::DAV::Lock(3)
2
3
4
6 HTTP::DAV::Lock - Represents a WebDAV Lock.
7
9 Need example
10
13 Timeout This parameter can take an absolute or relative timeout. The
14 following forms are all valid for the -timeout field:
15 Timeouts in:
16 300
17 30s 30 seconds from now
18 10m ten minutes from now
19 1h one hour from now
20 1d tomorrow
21 3M in three months
22 10y in ten years time Timeout at:
23 2000-02-31 00:40:33 at the indicated time & date
24 For more time and date formats that are handled see HTTP::Date
25
26 RFC2518 states that the timeout value MUST NOT be greater than
27 2^32-1. If this occurs it will simply set the timeout to infinity
28
29 $r->as_string()
30 Method returning a textual representation of the request. Mainly
31 useful for debugging purposes. It takes no arguments.
32
34 HTTP::Headers, HTTP::Message, HTTP::Request::Common
35
37 Copyright 2000 Patrick Collins.
38
39 This library is free software; you can redistribute it and/or modify it
40 under the same terms as Perl itself.
41
42
43
44perl v5.32.1 2021-01-27 HTTP::DAV::Lock(3)