Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 273 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 273 Bytes

RestAssured

REST Assured is a Java based library used for simplifying testing of REST based services built on top of HTTP Builder. It supports POST, GET, PUT, DELETE, OPTIONS, PATCH and HEAD requests and can be used to validate and verify the response of these requests.