mirror of
https://github.com/bigskysoftware/hypermedia-systems.git
synced 2025-12-06 00:02:36 -05:00
Update CH02_ComponentsOfAHypermediaSystem.adoc
Change RCF to RFC in 2 places
This commit is contained in:
parent
8a19791c26
commit
0ed6ddaa67
@ -176,9 +176,9 @@ These methods _roughly_ line up with the "`Create/Read/Update/Delete`" or CRUD p
|
||||
.Put vs. Post
|
||||
****
|
||||
While HTTP Actions correspond roughly to CRUD, they are not the same. The technical specfications for these methods make no such connection, and are often somewhat difficult to read. Here, for example, is the documentation
|
||||
on the distinction between a `POST` and a `PUT` from https://www.rfc-editor.org/rfc/rfc2616[RCF-2616].
|
||||
on the distinction between a `POST` and a `PUT` from https://www.rfc-editor.org/rfc/rfc2616[RFC-2616].
|
||||
|
||||
[quote, RCF-2616, https://www.rfc-editor.org/rfc/rfc2616#section-9.6]
|
||||
[quote, RFC-2616, https://www.rfc-editor.org/rfc/rfc2616#section-9.6]
|
||||
____
|
||||
The target resource in a POST request is intended to handle the enclosed representation according to the
|
||||
resource's own semantics, whereas the enclosed representation in a PUT request is defined as replacing the state of the
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user