c# - How do I test for HTTP method in a GraphEngine server endpoint? -


the graphengine docs http protocols restful. trying implement such, can't find information testing http method being used call endpoint.

to understanding, essential restful, right? methods get, post, put , delete map crud-like select, update, insert , delete operations.

i have looked @ sample applications, , have non-restful-sounding names, posttweet or searchtweet. leads me wonder, have authors of graphengine missed heart of rest , simplified mean rpc via http? or, there way handle different http methods in handler?

i able question answered sending graphengine support email address. response:

you right, tsl http protocols 'rpc on http'. ok call these protocols via http get/post. however, other http verbs (e.g. delete) not supported.


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -