You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @exogen thanks for this piece of software. I have made some significant changes and wanted to know if you would be interested if I'd contribute them back? I'm asking first , because the last commit is quite a while ago.
Changes are:
converted the code to Typescript
dropped support for all fetch implementations except node-fetch (we use only this one)
removed custom HarHttp and HarHttp classes (obsolete)
remove x-har-request-id header and instead create separate agents on each request (we don't want that the receiver is able to filter requests via this custom header)
Let me know if you are still interested to maintain this repository! I would be glad.
The text was updated successfully, but these errors were encountered:
Hey @exogen thanks for this piece of software. I have made some significant changes and wanted to know if you would be interested if I'd contribute them back? I'm asking first , because the last commit is quite a while ago.
Changes are:
fetch
implementations exceptnode-fetch
(we use only this one)HarHttp
andHarHttp
classes (obsolete)x-har-request-id
header and instead create separate agents on each request (we don't want that the receiver is able to filter requests via this custom header)Let me know if you are still interested to maintain this repository! I would be glad.
The text was updated successfully, but these errors were encountered: