Accelerate performance with Gatling: POST HTTP REQUEST
Reading Time: 3 minutes Hello guys, In our previous post Accelerate performance with Gatling:3.3.0-Warmup we explained: How to setup gatling-sbt project How to send a GET request with gatling How to assert on the status code and other response attributes. In this post, we will see what are the different ways to send an HTTP POST request with Gatling with different types of request bodies. The HTTP POST method Continue Reading