formParam is not working???

Hi,

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

Can any one please help me to solve this problem…

Thanks

But the formParam is working fine for get and post calls…

   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?

But I have upgraded to 2.0.2 however gatling reporting the same issue…

You didn’t answer my question:

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?