名前¶
HTTP::WebTest::Plugin::ContentSizeTest - Response body size checks
HTTP::WebTest::Plugin::ContentSizeTest - 応答本体のサイズをチェック
概要¶
Not Applicable
なし.
説明¶
This plugin tests the size the HTTP response content.
このプラグインでは HTTP 応答のコンテンツのサイズをテストすることができます.
テストパラメータ¶
min_bytes¶
Minimum number of bytes expected in returned page.
返されたページの予期される最小バイト数.
使用可能な値¶
Any integer less than max_bytes
(if max_bytes
is specified).
max_bytes
より小さい(max_bytes
が指定されているとき)整数値.
max_bytes¶
Maximum number of bytes expected in returned page.
返されたページの予期される最大バイト数.
使用可能な値¶
Any integer greater that zero and greater than min_bytes
(if min_bytes
is specified).
0 より大きいかつ min_bytes
より大きい(min_bytes
が指定 されているとき)整数値.
コピーライト¶
Copyright (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.
このプログラムはフリーソフトです. このプログラムは Perl 自身と同じ条件下で 再配布・改変可能です.