Opened 12 years ago
Closed 12 years ago
#19 closed protocol enhancement (fixed)
Clarification about PUT
Reported by: | zach@… | Owned by: | zach@… |
---|---|---|---|
Priority: | trivial | Milestone: | coap-02 |
Component: | coap | Version: | |
Severity: | - | Keywords: | |
Cc: |
Description
A thread on the list discussed that the basic semantics of POST and PUT in CoAP should be the same as in RFC2616 as applicable to RESTful interfaces. After a review of Sections 2.3.2/2.3.3 in coap-01 and Sections 9.5/9.6 of RFC2616 I propose that just an editorial change is needed:
Section 2.3.3 PUT
Change "be updated with the enclosed body" to "be updated or created with the enclosed body"
The current coap-01 might have given the wrong impression from the first sentence that PUT is only for updating an existing resource.
Change History (1)
comment:1 Changed 12 years ago by zach@…
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in coap-02