-
Notifications
You must be signed in to change notification settings - Fork 0
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
This should interface with restify similar to the static file plugin #1
Comments
yeees, of course. |
thats called |
maybe it should be called like this:
This way the plugin would not be limited to GET requests... |
both ways could be possible, via use()... (all methods ossible) or via .get() (to only allow gets? |
stuck because of restify/node-restify#289 |
Time to contribute to restify and implement it? |
|
kiek ma 5236af8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should not start a restify server, but should be pluggable like the static file stuff of restify:
It would also be knorke to have couchdb endpoints white/blacklisted in some way
The text was updated successfully, but these errors were encountered: