HTTP-LoadGen

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

        number.

    RC_HEADERS (8)
        a hash containing the response HTTP headers. The values of this hash
        are arrays since HTTP header fields can be given multiple times.
        Keys (header names) are converted to lower case.

        Example:

         {
          'content-type' => ['text/html; charset=iso-8859-1'],
          'connection' => ['close'],
          'date' => ['Sun, 04 Jul 2010 18:21:12 GMT'],
          'content-length' => ['217'],
          'allow' => ['GET,HEAD,POST,OPTIONS,TRACE'],
          'server' => ['Apache'],
         }

    RC_BODY (9)
        the response body

lib/HTTP/LoadGen.pod  view on Meta::CPAN


=item RC_HEADERS (8)

a hash containing the response HTTP headers. The values of this hash are
arrays since HTTP header fields can be given multiple times. Keys
(header names) are converted to lower case.

Example:

 {
  'content-type' => ['text/html; charset=iso-8859-1'],
  'connection' => ['close'],
  'date' => ['Sun, 04 Jul 2010 18:21:12 GMT'],
  'content-length' => ['217'],
  'allow' => ['GET,HEAD,POST,OPTIONS,TRACE'],
  'server' => ['Apache'],
 }

=item RC_BODY (9)

the response body



( run in 1.653 second using v1.01-cache-2.11-cpan-524268b4103 )