Code Monkey home page Code Monkey logo

Comments (11)

kevva avatar kevva commented on April 28, 2024

πŸ‘ I like it.

from got.

floatdrop avatar floatdrop commented on April 28, 2024

πŸ‘

P.s. just don't make it silent like in request.

from got.

sindresorhus avatar sindresorhus commented on April 28, 2024

Hah, I saw that too. Of course not.

from got.

julien-f avatar julien-f commented on April 28, 2024

Good idea, πŸ‘

from got.

floatdrop avatar floatdrop commented on April 28, 2024

If someone have ideas, how this option should behave in Stream mode, please share - I can't think nothing better than making it exclusive for callback mode.

from got.

sindresorhus avatar sindresorhus commented on April 28, 2024

@floatdrop πŸ‘

from got.

kevva avatar kevva commented on April 28, 2024

@floatdrop, by using https://github.com/dominictarr/JSONStream.

from got.

floatdrop avatar floatdrop commented on April 28, 2024

@kevva awesome module, but I tend to leave streaming on feature releases because:

  • Streaming JSON is rare
  • It needs some additional options (for parse and stringify/stringifyObject calls)
  • It will not break compatibility, if we add it later

Now I'm digging through issues with json-like options in other modules and implementing it right might be harder, than it looks (or I'm just over-complicating).

from got.

kevva avatar kevva commented on April 28, 2024

Yeah, haven't had a chance to look at it myself, but I agree we can leave this option for streams to future versions.

from got.

floatdrop avatar floatdrop commented on April 28, 2024

After reading some issues with json option in request one idea came up. All this noise around json option comes from the fact, that enabling it have two separate effects:

  1. input - it enables serializing of body (and add headers, if they not set)
  2. output - parses incoming JSON

So, why don't just split them apart? For now, if we pass Object in body, we will get next error: TypeError: first argument must be a string or Buffer. What if we serialize it to JSON in this case (without setting any options)? Anyway we can't send it as is, so this seems reasonable. But two things needs to be considered:

  1. is it true, that most users want to serialize objects in body option instead of throwing error?
  2. if so, should we take care of toString property as well?

from got.

floatdrop avatar floatdrop commented on April 28, 2024

Partially implemented in 2.7.0 πŸŽ‰

from got.

Related Issues (20)

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.