Sha256: 181880e82a82de3341aa85d6de15f1d86d56871e439e10cf21c12eafcdf01746

Contents?: true

Size: 1.59 KB

Versions: 5

Compression:

Stored size: 1.59 KB

Contents

<div id="contentWrap">

	Client side
	<table>
		<thead>
			<tr>
				<th>Feature set</th>
				<th>Java</th>
				<th>C#</th>
				<th>Ruby</th>
				<th>Javascript</th>
				<th>Python</th>
			</tr>
		</thead>
		<tr>
			<td>Http verbs + patch</td>
			<td>yes</td>
			<td>yes</td>
			<td>yes</td>
			<td>yes</td>
			<td>?</td>
		</tr>
		<tr>
			<td>Client content negotiation</td>
			<td>yes</td>
			<td>?</td>
			<td>yes</td>
			<td>?</td>
			<td>?</td>
		</tr>
		<tr>
			<td>Media types</td>
			<td>json, xml</td>
			<td>json, xml</td>
			<td>json, xml, atom, opensearch, custom, formurlencoded</td>
			<td>json, xml</td>
			<td>json, xml</td>
		</tr>
		<tr>
			<td>Media type profile through acceptors</td>
			<td></td>
			<td></td>
			<td></td>
			<td></td>
			<td></td>
		</tr>
		<!--
		<tr>
			<td></td>
			<td></td>
			<td></td>
			<td></td>
			<td></td>
			<td></td>
		</tr>
		-->
	</table>
	
	<br/><br/>
	Server side
	<table>
		<thead>
			<tr>
				<th>Feature set</th>
				<th>Java</th>
				<th>C#</th>
				<th>Ruby</th>
			</tr>
		</thead>
		<tr>
			<td>Http verbs + patch</td>
			<td>yes</td>
			<td>yes</td>
			<td>yes</td>
		</tr>
		<tr>
			<td>Server content negotiation</td>
			<td>yes</td>
			<td>?</td>
			<td>yes</td>
		</tr>
		<tr>
			<td>Media types</td>
			<td>json, xml, formurlencoded</td>
			<td>json, xml, formurlencoded</td>
			<td>json, xml, atom, opensearch, custom, formurlencoded</td>
		</tr>
		<tr>
			<td>Media type profile</td>
			<td></td>
			<td></td>
			<td></td>
		</tr>
		<!--
		<tr>
			<td></td>
			<td></td>
			<td></td>
			<td></td>
			<td></td>
			<td></td>
		</tr>
		-->
	</table>
	
</div>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
restfulie-nosqlite-1.0.4 site/app/views/systems/features.html.erb
restfulie-1.1.1 site/app/views/systems/features.html.erb
restfulie-1.1.0 site/app/views/systems/features.html.erb
restfulie-nosqlite-1.0.3 site/app/views/systems/features.html.erb
restfulie-1.0.3 site/app/views/systems/features.html.erb