Update separate-concerns.md

This commit is contained in:
ianschechtman
2024-05-13 14:01:06 +02:00
committed by GitHub
parent 7e344537eb
commit 1112be1446

View File

@@ -1,6 +1,6 @@
# Separate Concerns
Every API using HTTP/S API **MUST** precisely follow the concern separation of an HTTP message:
Every API using HTTP/S **MUST** precisely follow the concern separation of an HTTP message:
1. A _resource identifier_URI **MUST** be used to indicate **identity** only
2. _HTTP request method_ **MUST** be used to communicate the **action semantics** \(intent and safety\)