-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for request & response clone #209
Conversation
@ejizba Thank you for adding this. Any chance this could be released to NPM? |
Hi @restfulhead our plan is to do a release at the end of January, so should be out pretty soon |
Hi @ejizba, thank for adding this will help us a lot. |
@Sarabadu You could download the tgz file from our latest v4.x branch build: https://azfunc.visualstudio.com/Azure%20Functions/_build/results?buildId=159678&view=artifacts&pathAsName=false&type=publishedArtifacts (download "drop.zip", unzip that, and from your repo do |
@ejizba Any updates regarding the release? Btw, the link https://azfunc.visualstudio.com/Azure%20Functions/_build/results?buildId=159678&view=artifacts&pathAsName=false&type=publishedArtifacts takes me to an almost empty page. I don't see any file to download. |
Hi we just released v4.2.0 with this change |
Just mirroring the existing "clone" methods already supported in undici/fetch. Per the docs, "the main reason clone() exists is to allow multiple uses of body objects (when they are one-use only.)"
Fixes #207