# ZM\Context\Context ## getRequest ```php public function getRequest(): Psr\Http\Message\ServerRequestInterface ``` ### 描述 作者很懒,什么也没有说 ### 返回 | 类型 | 描述 | | ---- | ----------- | | Psr\Http\Message\ServerRequestInterface | | ## getHttpRequestEvent ```php public function getHttpRequestEvent(): OneBot\Driver\Event\Http\HttpRequestEvent ``` ### 描述 作者很懒,什么也没有说 ### 返回 | 类型 | 描述 | | ---- | ----------- | | OneBot\Driver\Event\Http\HttpRequestEvent | | ## withResponse ```php public function withResponse(Psr\Http\Message\ResponseInterface $response): mixed ``` ### 描述 作者很懒,什么也没有说 ### 参数 | 名称 | 类型 | 描述 | | -------- | ---- | ----------- | | response | Psr\Http\Message\ResponseInterface | | ### 返回 | 类型 | 描述 | | ---- | ----------- | | mixed | |