Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/pages/send-requests/res-data-cookies/res-data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ After executing a request, the response panel provides detailed information on t

![Response Panel](/screenshots/send-request/res-data-and-cookie/res-data.webp)

### Data Type Selector

Bruno provides a powerful response format selector that allows you to view API responses in different formats, making it easier to inspect and analyze response data. This feature includes both an **Editor** view for viewing formatted code and a **Preview** view for visualizing the response content.


### Headers

The request headers are displayed to show what was sent to the API. This can help in debugging and understanding the context of the request.
Expand Down