post vs put
Post -
to create new object on the server
Put -
to update object in server with new value
post vs put
Post -
to create new object on the server
Put -
to update object in server with new value
PUT vs POST
"PUT" puts a file or resource at a particular URI and exactly at that
URI. If there is already a file or resource at that URI, PUT changes
that file or resource. If there is no resource or file there, PUT makes
one.
POST sends data to a particular URI and expects the resource at
that URI to deal with the request. The web server at this point
can decide what to do with the data in the context of specified
resource.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us