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

app.route("...").form() method #9

Open
isaacs opened this issue Apr 19, 2012 · 0 comments
Open

app.route("...").form() method #9

isaacs opened this issue Apr 19, 2012 · 0 comments

Comments

@isaacs
Copy link
Contributor

isaacs commented Apr 19, 2012

For GET requests, it should be the same as route.html(). For PUTs and POSTs, however, it also accepts application/x-www-url-encoded (in which case it'll be buffered and parsed), or multipart/form-data, in which case it will run it through formidable or something.

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

1 participant