Add notes about HTTP caching

Fixes #190
This commit is contained in:
Alex Jordan
2017-04-25 16:34:53 -04:00
parent 4d9a5a348a
commit b7ff3aa3a3

View File

@ -1148,6 +1148,13 @@ Location: https://dustycloud.org/likes/345
<code>Add</code>, <code>Remove</code>.
</p>
<p>
In order to improve performance, care should be taken to properly
implement underlying HTTP caching mechanisms when appropriate, both in clients
receiving responses from servers as well as servers sending responses to
clients.
</p>
<section id="create-activity-outbox">
<h3>Create Activity</h3>
<p>
@ -1477,6 +1484,13 @@ Location: https://dustycloud.org/likes/345
property: <code>Add</code>, <code>Remove</code>.
</p>
<p>
In order to improve performance, care should be taken to properly
implement underlying HTTP caching mechanisms when appropriate, both
when receiving responses from other servers as well as sending responses to
other servers.
</p>
<section id="delivery">
<h2>Delivery</h2>
<p>