NAME
HTTP::WebTest::Plugin::ContentSizeTest - Response body size checks
SYNOPSIS
Not Applicable
DESCRIPTION
This plugin provides http response body size checks.
TEST PARAMETERS
min_bytes
Minimum number of bytes expected in returned page.
Allowed values
Any integer less than max_bytes
(if max_bytes
is specified).
max_bytes
Maximum number of bytes expected in returned page.
Allowed values
Any integer greater that zero and greater than min_bytes
(if min_bytes
is specified).
COPYRIGHT
Copyright (c) 2000-2001 Richard Anderson. All rights reserved.
Copyright (c) 2001,2002 Ilya Martynov. All rights reserved.
This module is free software. It may be used, redistributed and/or modified under the terms of the Perl Artistic License.