Skip to content

DAV::getcontentlength

Marten Gajda edited this page Aug 16, 2015 · 5 revisions

###Purpose

Contains the Content-Length header returned by a GET without accept headers.

###Value

See Section 14.13 of RFC 2616

###Protected

This property is computed, therefore protected.

###COPY/MOVE behavior

This property value is dependent on the size of the destination resource, not the value of the property on the source resource.

###Description

The DAV:getcontentlength property MUST be defined on any DAV-compliant resource that returns the Content-Length header in response to a GET.

DTD

<!ELEMENT getcontentlength (#PCDATA) >

Clone this wiki locally