rest-call-methods.pngCurrently I see the methods supported are GET, POST, PUT, DELETE, HEAD, OPTIONS, TRACE.. whereas I need the method called PATCH. could anyone please tell me how to add the PATCH option to the method list?
rest-call-methods.pngCurrently I see the methods supported are GET, POST, PUT, DELETE, HEAD, OPTIONS, TRACE.. whereas I need the method called PATCH. could anyone please tell me how to add the PATCH option to the method list?
In current iTest versions we don't have "PATCH" option in Method. In-order to implement this option in iTest we need a check with our Produce Management team. Please send an email to support@spirent.com so that we will take care of it.
Those methods are HTTP verbs, and that list is limited by the HTTP spec. If you want to perform some custom function, you need to associate that with one of the existing verbs for the specific resource.
That will depend on the web server or application framework you use. Most frameworks offer a mechanism to associate HTTP verb actions with functions that process those requests.
my application framework supports PATCH.
so can you tell me on how to get that PATCH method option into my iTest REST client?
OK, you'll need to do as @drakesh suggests. Submit a request to support the PATCH HTTP verb.
37 People are following this question.