mirror of
https://github.com/MercuryWorkshop/bare-mux.git
synced 2025-05-15 07:10:00 -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,
|
status: resp.status,
|
||||||
statusText: resp.statusText,
|
statusText: resp.statusText,
|
||||||
}) as BareResponse;
|
}) as BareResponse;
|
||||||
responseobj.rawResponse = new Response(resp.body);
|
responseobj.rawHeaders = resp.headers;
|
||||||
|
|
||||||
|
|
||||||
responseobj.finalURL = urlO.toString();
|
responseobj.finalURL = urlO.toString();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue