Restlet POST using JSON

前端 未结 6 1492
独厮守ぢ
独厮守ぢ 2020-12-13 21:33

How do I implement Restlet function which accepts JSON post? And how do I test this using curl?

Thanks

6条回答
  •  忘掉有多难
    2020-12-13 22:19

    Here is a good and complete example of a Restlet that accepts JSON via POST:

    • Creating a simple web service with Restlet

    And a basic guide on how to test RESTful web services with cURL:

    • REST-esting with cURL

提交回复
热议问题