Coder Social home page Coder Social logo

Comments (2)

hmnd avatar hmnd commented on June 26, 2024 1

@elbywan Thanks so much for taking the time to consider this! I think that's a perfect solution :)

from wretch-middlewares.

elbywan avatar elbywan commented on June 26, 2024

Hi @hmnd,

First sorry for not replying earlier, I'm a bit busy these days.

I would recommend to remove these response.clone() calls. Instead a disclaimer could be added in the documentation reminding the user that, if their until or onRetry function reads the response body, they should call response.clone() themselves.

I would take the opposite approach actually! Cloning the response will always work and is essential to allow the body to be read by multiple sources. But allowing the user to customize how to resolve the response (by checking the Content-Length header for instance and cloning only if appropriate) would be best in my opinion.

So I pushed a commit to add a resolver: Response => Response option to both middlewares that allows the user to do exactly that. (default is response => response.clone()

from wretch-middlewares.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.