开发者

Testing tools for REST that support HTTP PATCH? [closed]

开发者 https://www.devze.com 2023-01-26 08:12 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. 开发者_开发问答

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 6 years ago.

Improve this question

I am currently implementing and ROA and need a testing tool to test my RESTful web services. Currently, we are using SOAP UI to do so. However, it doesn't appear that SOAP UI supports the HTTP PATCH verb. Does anyone have any recommendations for a tool that supports HTTP PATH?


If you are on Windows, Fiddler supports any arbitrary method.


Swat is a curl, Perl based DSL for automation testing web, rest services. As swat uses curl to create http requests, PATCH is not a problem, currently swat restricts http verbs to get, post, put, delete list list. Please open an issue on swat github project and I will add PATCH support with minimal efforts.

(*) disclosure - I am the author of swat.

0

精彩评论

暂无评论...
验证码 换一张
取 消