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.

support added in commit.


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -