1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
<div id="rfc.table.1"></div>
<div id="success-2xx"></div>
<table cellpadding="3" cellspacing="0" class="tt full center">
<caption>Success (2xx)</caption>
<thead><tr>
<th class="left">Code</th>
<th class="left">Meaning</th>
</tr></thead>
<tbody>
<tr>
<td class="left">200</td>
<td class="left">Success</td>
</tr>
<tr>
<td class="left">201</td>
<td class="left">Success with some optional header fields ignored</td>
</tr>
</tbody>
</table>
<table cellpadding="3" cellspacing="0" class="tt full center">
<caption>Success (2xx)</caption>
<thead><tr>
<th class="left">Code</th>
<th class="left">Meaning</th>
</tr></thead>
<tbody>
<tr>
<td class="left">200</td>
<td class="left">Success</td>
</tr>
<tr>
<td class="left">201</td>
<td class="left">Success with some optional header fields ignored</td>
</tr>
</tbody>
</table>
|