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

No support for HEAD request #5

Open
neandrake opened this issue Sep 26, 2014 · 1 comment
Open

No support for HEAD request #5

neandrake opened this issue Sep 26, 2014 · 1 comment

Comments

@neandrake
Copy link
Contributor

I would like to be able to respond to HEAD requests

app.use(connectRoute(function (router) {
  router.head('/resource/:id', function (req, rsp, next) {
    // handle head request
  });
}));
baryshev added a commit that referenced this issue Mar 3, 2015
Issue #5 - Added HEAD as a supported request method
@prantlf
Copy link
Contributor

prantlf commented Jul 5, 2017

The pull request #6 has been merged. This issue could be closed.

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

2 participants