logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

CGI::Test::Page::HTML - A HTML page reply

Authors

       The original author is Raphael Manfredi.

       Steven Hilton was long time maintainer of this module.

       Current maintainer is Alexander Tokarev <tokarev@cpan.org>.

Description

       This class represents an HTTP reply containing "text/html" data.  When testing CGI scripts, this is
       usually what one gets back.

Interface

       The interface is the same as the one described in CGI::Test::Page::Real, with the following addition:

       "tree"
           Returns the root of the HTML tree of the page content, as an HTML::Element node.

Name

       CGI::Test::Page::HTML - A HTML page reply

See Also

CGI::Test::Page::Real(3), HTML::Element(3).

perl v5.34.0                                       2022-06-10                         CGI::Test::Page::HTML(3pm)

Synopsis

        # Inherits from CGI::Test::Page::Real

See Also