类请求工厂
用于创建请求实例的工厂。
命名空间: Cake\Http
方法摘要
-
createRequest() public
创建一个新的请求。
方法详情
createRequest() ¶ public
createRequest(string $method, UriInterface|string $uri): Psr\Http\Message\RequestInterface
创建一个新的请求。
参数
-
string
$method 与请求关联的 HTTP 方法。
-
UriInterface|string
$uri 与请求关联的 URI。
返回
Psr\Http\Message\RequestInterface