Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lecture5.html
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ <h1>Major Media Types</h1>
</ul>
</div>

<div class="slide">
<div class="slide" id="resource-state">
<hgroup>
<h1>Resource State</h1>
</hgroup>
Expand All @@ -618,7 +618,7 @@ <h1>Resource State</h1>
</ul>
</div>

<div class="slide" id="resource-state">
<div class="slide">
<hgroup>
<h1>Resource State Example</h1>
</hgroup>
Expand Down Expand Up @@ -751,7 +751,7 @@ <h1>GET</h1>
<li>It is <b>idempotent</b></li>
<li class="space-before"><code>GET</code> retrieves different states over time but
the effect is always the same, cf.
<a href="lecture2.html#/resource-state">resource state</a> hence it is idempotent.
<a href="lecture5.html#/resource-state">resource state</a> hence it is idempotent.
</li>
<li>Invocation of <code>GET</code> involves content negotiation</li>
</ul>
Expand Down