Content-Range header.


Detailed Description

The Content-Range entity-header is sent with a partial entity-body to specify where in the full entity-body the partial body should be applied.

Its syntax is defined in [H14.16] as follows:

     Content-Range = "Content-Range" ":" content-range-spec
     content-range-spec      = byte-content-range-spec
     byte-content-range-spec = bytes-unit SP
                               byte-range-resp-spec "/"
                               ( instance-length | "*" )

     byte-range-resp-spec    = (first-byte-pos "-" last-byte-pos)
                                    | "*"
     instance-length         = 1*DIGIT


Defines

#define HTTP_CONTENT_RANGE_INIT()
 Initializer for structure http_content_range_t.
#define HTTPTAG_CONTENT_RANGE(x)
 Tag list item for pointer to a Content-Range header object.
#define HTTPTAG_CONTENT_RANGE_STR(s)
 Tag list item for string with Content-Range header value.

Typedefass="memItemRight" valign="bottom">