Skip to content

Instantly share code, notes, and snippets.

@lirongfei123
Created February 28, 2019 11:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lirongfei123/1c33752e81a8ac46dd11473e6d57f4c9 to your computer and use it in GitHub Desktop.
Save lirongfei123/1c33752e81a8ac46dd11473e6d57f4c9 to your computer and use it in GitHub Desktop.
node #node
request.post({
            url: 'http://localhost:8000/oauth/user',
            form: {
                mes: "heydude"
            }
        }, function (error, response, body) {

        });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment