# 响应对象

与请求对象类似，Illuminate响应对象表示应用程序发送给终端用户的响应，包括头，cookies,内容以及发送给终端用户浏览器渲染页面的其他内容。

类似请求，Illuminate\Http\Response继承自Symfony\Component\HttpFoundation\Response，这是拥有一些列属性跟方法的基类，用于渲染页面。Illuminate的响应类有一些有用的快捷方式。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://liseen315.gitbook.io/laravel/qing-qiu-xiang-ying-he-zhong-jian-jian/xiang-ying-dui-xiang.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
