I am new to gatling…I am using gatling version—2.0.0-RC5 and scala-maven-plugin.version 3.1.5 and maven plugin My problem is PUT call is not working and
It is giving the message of
value formParam is not a member of io.gatling.http.request.builder.HttpRequestBuilder
I am new to gatling...I am using gatling version---2.0.0-RC5
Please upgrade to 2.0.2 anyway.
and scala-maven-plugin.version 3.1.5 and maven plugin My problem is PUT
call is not working and
It is giving the message of
*value formParam is not a member of
io.gatling.http.request.builder.HttpRequestBuilder*
Can any one please help me to solve this problem....
You're trying to use x-www-form-url-encoded Content-Type with PUT, which is
rather unexpected (but it seems the RFC allows it and it should be
possible). Is this intended?
You’re trying to use x-www-form-url-encoded Content-Type with PUT, which is rather unexpected (but it seems the RFC allows it and it should be possible). Is this intended?