Home > Article > Web Front-end > How to use HTML's DELETE and PUT? _html/css_WEB-ITnose
I use these two methods in the form and then submit. The effect is the same as GET, but it just jumps to the specified page.
I originally thought DELETE meant deleting the specified page, while PUT meant uploading a new one.
Can anyone give a specific example?
On the one hand, the client program must support sending the DELETE PUT method,
On the other hand, the server must There are related processing procedures.
You can find any Restful API examples online.
On the one hand, the client program must support sending the DELETE PUT method,
On the other hand, the server must have relevant handlers.
You can find any Restful API examples online.
On the one hand, the client program must support sending the DELETE PUT method,
On the other hand, the server must have relevant handlers.
You can find any Restful API examples online.