mirror of
https://github.com/nasa/trick.git
synced 2024-12-21 22:17:51 +00:00
44 lines
1009 B
HTML
44 lines
1009 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
<title>Web Server Documentation</title>
|
|
<div class="header">
|
|
<table>
|
|
<th><img src="trick_icon.png" height="64" width="64"></th>
|
|
<th><h1>Web Server Documentation</h1></th>
|
|
</table>
|
|
</div>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div style="background:#efefef">
|
|
<ul>
|
|
<li>
|
|
<h2>
|
|
<a href="Adding_a_Web_Server_to_Your_Sim.html">Adding a Web Server to Your Sim</a>
|
|
</h2></li>
|
|
|
|
<li>
|
|
<h2>Web Server APIs</h2>
|
|
<ul>
|
|
<li><a href="HTTP-API_alloc_info.html">HTTP-API: alloc_info</a></li>
|
|
<li><a href="WS-API_VariableServer.html">WS-API: VariableServer</a></li>
|
|
</ul>
|
|
</li>
|
|
|
|
<li>
|
|
<h2>Adding New Web Server APIs</h2>
|
|
<ul>
|
|
<li><a href="Extending_the_HTTP-API.html">Extending the HTTP-API</a></li>
|
|
<li><a href="Extending_the_WS-API.html">Extending the WS-API</a></li>
|
|
</ul>
|
|
</li>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|