Skip to content
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

Anatomy of an HTTP Transaction - Should the example for '/echo' use the POST or PUT verb? #962

Closed
coderaj opened this issue Oct 14, 2016 · 2 comments

Comments

@coderaj
Copy link

coderaj commented Oct 14, 2016

I'm a beginner, learning NodeJS and web programming. When I tried to understand the program for an echo server, I have a question on whether it is possible to add a payload from website when it is expecting a GET verb for an echo server. Shouldn't that be POST?

Kindly ignore and close this issue if I was wrong. Please help me understand.

@zlatanvasovic
Copy link
Contributor

zlatanvasovic commented Oct 14, 2016

If I have understood you correctly, you have an issue with node.js itself and not the site. Please report it in node repository instead. You'll get more helpful reply there. 😄

@saadq
Copy link
Contributor

saadq commented Oct 14, 2016

This issue section is meant for people to open issues regarding the nodejs.org website. For any general help questions about node, you'll want to head over to nodejs/help :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants