mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-07 14:08:38 +00:00
fix(#1436): fixed inconsistent beheviour of res.getHeaders() api
This commit is contained in:
@@ -10,7 +10,7 @@ export const sendNetworkRequest = async (item, collection, environment, collecti
|
||||
data: response.data,
|
||||
// Note that the Buffer is encoded as a base64 string, because Buffers / TypedArrays are not allowed in the redux store
|
||||
dataBuffer: response.dataBuffer,
|
||||
headers: Object.entries(response.headers),
|
||||
headers: response.headers,
|
||||
size: response.size,
|
||||
status: response.status,
|
||||
statusText: response.statusText,
|
||||
|
||||
Reference in New Issue
Block a user