Function HttpDownloader->read_in_headers

Definitions

sources/http.php

  • Read in any HTTP headers that we probe for, from an HTTP line.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$line string No No required parameter N/A N/A The line

Preview

Code (PHP)

/**
 * Read in any HTTP headers that we probe for, from an HTTP line.
 *
 * @param  string $line The line
 */

protected function read_in_headers(string $line)