mirror of
https://github.com/MercuryWorkshop/bare-mux.git
synced 2025-05-14 14:50:03 -04:00
add back raw headers
This commit is contained in:
parent
76bda04e7c
commit
b73b137ffb
1 changed files with 1 additions and 2 deletions
|
@ -201,8 +201,7 @@ export class BareClient {
|
|||
status: resp.status,
|
||||
statusText: resp.statusText,
|
||||
}) as BareResponse;
|
||||
responseobj.rawResponse = new Response(resp.body);
|
||||
|
||||
responseobj.rawHeaders = resp.headers;
|
||||
|
||||
responseobj.finalURL = urlO.toString();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue