chore: complete update
This commit is contained in:
@@ -10,11 +10,5 @@ final readonly class HttpResponse implements Response
|
||||
public Status $status = Status::OK,
|
||||
public Headers $headers = new Headers(),
|
||||
public string $body = ''
|
||||
|
||||
/*public private(set) string $body = '' {
|
||||
get => $this->body;
|
||||
set => $value;
|
||||
}*/
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user