mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-08 06:28:33 +00:00
feat(#1050): Response time in res
This commit is contained in:
@@ -109,6 +109,7 @@ const createResponseParser = (response = {}) => {
|
||||
res.statusText = response.statusText;
|
||||
res.headers = response.headers;
|
||||
res.body = response.data;
|
||||
res.responseTime = response.responseTime;
|
||||
|
||||
res.jq = (expr) => {
|
||||
const output = jsonQuery(expr, { data: response.data });
|
||||
|
||||
Reference in New Issue
Block a user