function outputOfHttpHeaderAggregatorIs(http\header\aggregator $headerAggregator, output $output) { $output->endOfLine(); return $this; }
function outputOfHttpRequestLineIs(http\request\line $requestLine, output $output) { $output->endOfLine(); return $this; }
function outputOfHttpHeaderIs(header $header, output $output) { $output->endOfLine(); return $this; }
function outputIs(output $output) { $output->endOfLine(); return $this; }
function outputOfHttpResponseStatusLineIs(response\status\line $statusLine, output $output) { $output->endOfLine(); return $this; }