Class RequestRange
Representation of a request range.
- ICanBoogie\HTTP\RequestRange uses ICanBoogie\Accessor\AccessorTrait (not available)
Methods summary
public static
from( ICanBoogie\HTTP\Headers
$headers
, integer $total
, string $etag
)
: ICanBoogie\HTTP\RequestRange
|null
Creates a new instance.
Creates a new instance.
Parameters
$headers
$total
$etag
Returns
ICanBoogie\HTTP\RequestRange
|nullA new instance, or null
if the range is not defined or deprecated
(because If-Range
doesn't match $etag
).
public
__toString( void )
: string
Formats the instance as a string suitable for the Content-Range
header field.
Formats the instance as a string suitable for the Content-Range
header field.
Returns
string
protected
get_is_satisfiable( void )
: boolean
Whether the range is satisfiable.
Whether the range is satisfiable.
Returns
boolean
protected
get_is_total( void )
: boolean
Whether the range is actually the total.
Whether the range is actually the total.
Returns
boolean
protected
get_length( void )
: integer
Returns the length of the range, suitable for the Content-Length
header field.
Returns the length of the range, suitable for the Content-Length
header field.
Returns
integer