This commit is contained in:
as2252258@163.com
2021-08-06 00:57:41 +08:00
parent 4a130e6eed
commit 192e496ba5
-10
View File
@@ -38,16 +38,6 @@ class Request extends HttpService implements RequestInterface
public int $fd = 0;
/**
* @var HttpHeaders|null
*/
#[Inject(HttpHeaders::class)]
public ?HttpHeaders $headers = null;
public bool $isCli = FALSE;
public float $startTime;