I'm implementing a REST Api using basic Servlets in Java and I can't seem to find a doPatch()
method.
Why does HttpServlet
not implement a PATCH
method? I'd like to use it 'cause it is more meaningful for resources update.
I'm implementing a REST Api using basic Servlets in Java and I can't seem to find a doPatch()
method.
Why does HttpServlet
not implement a PATCH
method? I'd like to use it 'cause it is more meaningful for resources update.