HTTP Patch not supported in nGrinder

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

HTTP Patch not supported in nGrinder

Indhu
Hi,

Can anyone tell me HTTP Patch request is supported in nGrinder.
In the below click, its mentioned , the feature request is merged.
https://sourceforge.net/p/grinder/feature-requests/115/

But in the HTTPRequest library, the method is not mentioned
http://grinder.sourceforge.net/g3/script-javadoc/net/grinder/plugin/http/HTTPRequest.html

In the script also its giving an error as
"No signature of method: net.grinder.plugin.http.HTTPRequest.PATCH() is applicable for argument types"

Can anyone help in this issue.

Thanks,
Indhu.
Reply | Threaded
Open this post in threaded view
|

Re: HTTP Patch not supported in nGrinder

florenceedith
In nGrinder, an open-source performance testing tool, the error “HTTP Patch not supported” arises because the tool’s default HTTP client does not fully implement or healthcare support services allow the PATCH HTTP method. Grinder is built on top of the Grinder framework, which primarily supports common HTTP methods like GET, POST, PUT, and DELETE. When a test script attempts to send a PATCH request, the underlying HTTP client may throw this error since it lacks native handling for it.