改名
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
namespace Server;
|
||||
|
||||
|
||||
use JetBrains\PhpStorm\Pure;
|
||||
use Server\Message\Response;
|
||||
use Server\SInterface\DownloadInterface;
|
||||
|
||||
@@ -87,4 +88,25 @@ interface ResponseInterface extends \Psr\Http\Message\ResponseInterface
|
||||
*/
|
||||
public function withAccessControlAllowHeaders(string $value): ResponseInterface;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @return string|null
|
||||
*/
|
||||
#[Pure] public function getAccessControlAllowOrigin(): ?string;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @return string|null
|
||||
*/
|
||||
#[Pure] public function getAccessControlAllowHeaders(): ?string;
|
||||
|
||||
|
||||
/**
|
||||
* @return string|null
|
||||
*/
|
||||
#[Pure] public function getAccessControlRequestMethod(): ?string;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user