eclipse - Jetty client and PATCH method -
is possible execute patch method jetty client? using jetty 9.3.3 , patch method not defined in enum httpmethod.
i checked api of jetty 9.3.10 , did not find patch method in enum httpmethod.
if not supported, how can extend jetty code able use it? needed in client side (jetty client need able send patch request).
thanks , best regards.
yes, it's possible use patch
verb jetty client.
the value in httpmethod
enum absent, recommendation pass patch
string method()
api in request
.
Comments
Post a Comment