|
NAMEHTTP::WebTest::Plugin::ContentSizeTest - Response body size checksSYNOPSISNot ApplicableDESCRIPTIONThis plugin tests the size the HTTP response content.TEST PARAMETERSmin_bytesMinimum number of bytes expected in returned page.Allowed values Any integer less than "max_bytes" (if "max_bytes" is specified). max_bytesMaximum number of bytes expected in returned page.Allowed values Any integer greater that zero and greater than "min_bytes" (if "min_bytes" is specified). COPYRIGHTCopyright (c) 2000-2001 Richard Anderson. All rights reserved.Copyright (c) 2001-2003 Ilya Martynov. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSOHTTP::WebTestHTTP::WebTest::API HTTP::WebTest::Plugin HTTP::WebTest::Plugins
Visit the GSP FreeBSD Man Page Interface. |