From 640b3f558f6953ca4a3a02f0e0c2461cd5c935d0 Mon Sep 17 00:00:00 2001 From: ganesh-bruno Date: Mon, 24 Nov 2025 14:18:33 +0530 Subject: [PATCH] docs: add data type selector feature --- src/pages/send-requests/res-data-cookies/res-data.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/send-requests/res-data-cookies/res-data.mdx b/src/pages/send-requests/res-data-cookies/res-data.mdx index c29cb4c5..94c582b0 100644 --- a/src/pages/send-requests/res-data-cookies/res-data.mdx +++ b/src/pages/send-requests/res-data-cookies/res-data.mdx @@ -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.