pofider / node-simple-odata-server

Simple OData server for node.js
MIT License
97 stars 61 forks source link

Only accept GET #45

Open jarvisAUT opened 2 years ago

jarvisAUT commented 2 years ago

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.