chore: lots of changes
This commit is contained in:
22
src/Framework/Http/Request.php
Normal file
22
src/Framework/Http/Request.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Framework\Http;
|
||||
|
||||
interface Request
|
||||
{
|
||||
public Headers $headers{
|
||||
get;
|
||||
}
|
||||
|
||||
public string $body{
|
||||
get;
|
||||
}
|
||||
|
||||
public HttpMethod $method{
|
||||
get;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user