Ejemplo n.º 1
0
 function outputOfHttpHeaderAggregatorIs(http\header\aggregator $headerAggregator, output $output)
 {
     $output->endOfLine();
     return $this;
 }
Ejemplo n.º 2
0
 function outputOfHttpRequestLineIs(http\request\line $requestLine, output $output)
 {
     $output->endOfLine();
     return $this;
 }
Ejemplo n.º 3
0
 function outputOfHttpHeaderIs(header $header, output $output)
 {
     $output->endOfLine();
     return $this;
 }
Ejemplo n.º 4
0
 function outputIs(output $output)
 {
     $output->endOfLine();
     return $this;
 }
Ejemplo n.º 5
0
 function outputOfHttpResponseStatusLineIs(response\status\line $statusLine, output $output)
 {
     $output->endOfLine();
     return $this;
 }