mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-02 00:54:09 +00:00
feat: response headers
This commit is contained in:
@@ -67,6 +67,7 @@ const reducer = (state, action) => {
|
||||
|
||||
if(item) {
|
||||
item.response = action.response;
|
||||
item.responseHeaders = action.responseHeaders;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user