mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 04:30:25 +00:00
Merge branch 'fix/rest_principles_typo' of git://github.com/paulo-ferraz-oliveira/cowboy
This commit is contained in:
commit
15da836d2a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ REST is a *client-server* architecture. The client and the server
|
||||||
both have a different set of concerns. The server stores and/or
|
both have a different set of concerns. The server stores and/or
|
||||||
manipulates information and makes it available to the user in
|
manipulates information and makes it available to the user in
|
||||||
an efficient manner. The client takes that information and
|
an efficient manner. The client takes that information and
|
||||||
displays it to the user and/or use it to perform subsequent
|
displays it to the user and/or uses it to perform subsequent
|
||||||
requests for information. This separation of concerns allows both
|
requests for information. This separation of concerns allows both
|
||||||
the client and the server to evolve independently as it only
|
the client and the server to evolve independently as it only
|
||||||
requires that the interface stays the same.
|
requires that the interface stays the same.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue