Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5973405
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T20:47:44+00:00 2026-05-22T20:47:44+00:00

In RESTful style programming, we should use HTTP methods as our building blocks. I’m

  • 0

In RESTful style programming, we should use HTTP methods as our building blocks. I’m a little confused though which methods match up to the classic CRUD methods. GET/Read and DELETE/Delete are obvious enough.

However, what is the difference between PUT/POST? Do they match one to one with Create and Update?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T20:47:45+00:00Added an answer on May 22, 2026 at 8:47 pm
    Create = PUT with a new URI
             POST to a base URI returning a newly created URI
    Read   = GET
    Update = PUT with an existing URI
    Delete = DELETE
    

    PUT can map to both Create and Update depending on the existence of the URI used with the PUT.

    POST maps to Create.

    Correction: POST can also map to Update although it’s typically used for Create. POST can also be a partial update so we don’t need the proposed PATCH method.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm building a RESTful web service which has multiple URIs for one of its
RESTful DELETE url is something like this http://www.example.com/delete/1 which means we are going to
Rails comes with RESTful resources out of the box, but do you use those
I have a RESTful web service deployed at http://example.com/v1/SomeResource . One day, a new
I am new to RESTful stuff. But, I want to use it in my
As RESTful web services are url based aren't objects, we can't call methods on
I'm building RESTful web service, and I want to allow it to participate in
RESTful and document/message-style seem to be two trends to implement web services nowadays in
In Restful Authentication, lib/authenticated_system.rb , why does current_user do a login_from_basic_auth , which does
Some RESTful services use different resource URIs for update/get/delete and Create. Such as Create

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.