The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

HTTP::WebTest::Plugin::StatusTest - Checks the HTTP response status

SYNOPSIS

Not Applicable

DESCRIPTION

This plugin checks the HTTP response status.

TEST PARAMETERS

status_code

Given numeric HTTP Status Code, tests response returned that value.

Default value

200 (OK).

COPYRIGHT

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.

SEE ALSO

HTTP::WebTest

HTTP::WebTest::API

HTTP::WebTest::Plugin

HTTP::WebTest::Plugins