first of all, great work! It helped me a lot for some simple data acquisition methods. I need to implement more customized POST which unfortunately use the same resource path. Is it possible to restrict the server to accept GET commands only (e.g. app.get(), app.post() in express)?
Hi,
first of all, great work! It helped me a lot for some simple data acquisition methods. I need to implement more customized POST which unfortunately use the same resource path. Is it possible to restrict the server to accept GET commands only (e.g. app.get(), app.post() in express)?
Thanks a lot.