
Tag: PUT method
What is HTTP PUT Methods ?
The PUT method is an HTTP request method uses by client to send data to a server. It commonly used to update a existing data or create a new data if doesn’t exists.