Code Monkey home page Code Monkey logo

Comments (8)

sindresorhus avatar sindresorhus commented on April 28, 2024

What does request do?

from got.

kevva avatar kevva commented on April 28, 2024

They have a form option https://github.com/request/request#applicationx-www-form-urlencoded-url-encoded-forms.

When thinking of it, maybe it makes sense to keep the defaults as they are. Form submission in a node environment might not be the top use case for POSTs (although it's kinda weird having to define when used in a browser environment).

from got.

kevva avatar kevva commented on April 28, 2024

cc @floatdrop @julien-f @arthurvr @shinnn

from got.

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

As a user I do not mind setting the content type myself if I already have to format my data.

from got.

floatdrop avatar floatdrop commented on April 28, 2024

It make sense in browser environment, but in node (if body is String) text/plain is more accurate (String is plain text, right?). I'm not sure about Stream thou - it can be binary/octet-stream by default.

Maybe mention it in readme somehow (like - example how to send form data)?

from got.

floatdrop avatar floatdrop commented on April 28, 2024

@kevva maybe, if body is plain object, it makes more sense to setup content-type and stringify object for user?

got.post('http://somesite.com', {
    body: {
        search: 'text'
    }
});

from got.

sindresorhus avatar sindresorhus commented on April 28, 2024

@kevva ⬆️

from got.

kevva avatar kevva commented on April 28, 2024

@floatdrop, yes, that'd be really useful.

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.