Changeset View
Changeset View
Standalone View
Standalone View
src/aphront/sink/AphrontIsolatedHTTPSink.php
| <?php | <?php | ||||
| /** | /** | ||||
| * Isolated HTTP sink for testing. | * Isolated HTTP sink for testing. | ||||
| * | |||||
| * @group aphront | |||||
| */ | */ | ||||
| final class AphrontIsolatedHTTPSink extends AphrontHTTPSink { | final class AphrontIsolatedHTTPSink extends AphrontHTTPSink { | ||||
| private $status; | private $status; | ||||
| private $headers; | private $headers; | ||||
| private $data; | private $data; | ||||
| protected function emitHTTPStatus($code, $message = '') { | protected function emitHTTPStatus($code, $message = '') { | ||||
| Show All 24 Lines | |||||