zhxy/http服务器/appweb-4.3.4-0/doc/api/native.html

131 lines
6.1 KiB
HTML

<!-- BeginDsi "dsi/head.html" -->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Embedthis Appweb 4.3.4 Documentation</title>
<meta name="keywords" content="embedded web server, web server software, embedded HTTP, application web server,
embedded server, small web server, HTTP server, library web server, library HTTP, HTTP library" />
<meta name="description" content="Embedthis Sofware provides commercial and open source embedded web servers for
devices and applications." />
<meta name="robots" content="index,follow" />
<link href="../doc.css" rel="stylesheet" type="text/css" />
<link href="../print.css" rel="stylesheet" type="text/css" media="print"/>
<!--[if IE]>
<link href="../iehacks.css" rel="stylesheet" type="text/css" />
<![endif]-->
<link href="http://www.google.com/cse/style/look/default.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div class="top">
<a class="logo" href="http://appwebserver.org/">&nbsp;</a>
<div class="topRight">
<div class="search">
<div id="cse-search-form"></div>
<div class="version">Embedthis Appweb 4.3.4</div>
</div>
</div>
<div class="crumbs">
<a href="../index.html">Home</a>
<!-- EndDsi -->
&gt; <a href="../ref/appweb/index.html">Programmers Reference</a> &gt; <b>Native APIs</b> <!-- HISTORY -->
</div>
</div>
<div class="content">
<div class="contentRight">
<!-- BeginDsi "dsi/progRefSeeAlso.html" -->
<h1>See Also</h1>
<ul class="nav">
<li><a href="../ref/appweb/index.html">Programmers Reference</a></li>
<li><a href="../ref/appweb/architecture.html">Appweb Architecture</a></li>
<li><a href="../api/native.html">Native APIs</a></li>
<li><a href="../api/appweb.html">Appweb Native API</a></li>
<li><a href="../api/esp.html">ESP Native API</a></li>
<li><a href="../api/http.html">Http Native API</a></li>
<li><a href="../api/mpr.html">MPR Native API</a></li>
<li><a href="../guide/appweb/programmers/embedding.html">Embedding Appweb</a></li>
<li><a href="../guide/appweb/programmers/modules.html">Appweb Modules</a></li>
<li><a href="../guide/appweb/programmers/handlers.html">Appweb Handlers</a></li>
<li><a href="../guide/appweb/programmers/stages.html">Pipeline Stages</a></li>
<li><a href="../guide/appweb/programmers/migrating.html">Migrating to Appweb 4</a></li>
<li><a href="../guide/appweb/programmers/rom.html">ROM Content</a></li>
<li><a href="../guide/appweb/programmers/man.html">Manual Pages</a></li>
<li><a href="../guide/appweb/users/index.html">Users Guide</a></li>
</ul>
<!-- EndDsi -->
<ul>
<li><a href="../api/native.html">Native APIs</a></li>
</ul>
</div>
<div class="contentLeft">
<h1>Native APIs</h1>
<p>The Appweb Native APIs consist of C language headers, function prototypes, structure definitions and
defines. They are divided into one of these areas.</p>
<table title="APIs" class="full">
<thead>
<tr>
<th>Area</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="appweb.html">Appweb</a></td>
<td>Appweb Http API</td>
</tr>
<tr>
<td><a href="esp.html">ESP</a></td>
<td>Embedded Server Pages API</td>
</tr>
<tr>
<td><a href="http.html">Http</a></td>
<td>Http Client and Server Library API</td>
</tr>
<tr>
<td class="nowrap"><a href="mpr.html">MPR</a></td>
<td>Multithreaded Platform Runtime API</td>
</tr>
</tbody>
</table>
<h2>Stability Classifications</h2>
<p>Rather than providing a blanket <a href="../product/compatibility.html">backwards compatibility</a>
guarantee, APIs are classified according to their stability. These <a href=
"stability.html">Stability Classifications</a> should assist developers in migrating to new
versions of Appweb.</p>
</div>
</div>
<!-- BeginDsi "dsi/bottom.html" -->
<div class="bottom">
<p class="footnote">
<a href="../product/copyright.html" >&copy; Embedthis Software LLC, 2003-2013.
All rights reserved. Embedthis, Appweb, ESP, Ejscript and Embedthis GoAhead are trademarks of Embedthis Software LLC.</a>
</p>
</div>
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">
google.load('search', '1', {language : 'en'});
google.setOnLoadCallback(function() {
var customSearchControl = new google.search.CustomSearchControl(
'000262706376373952077:1hs0lhenihk');
customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
var options = new google.search.DrawOptions();
options.enableSearchboxOnly("http://appwebserver.org/search.html");
customSearchControl.draw('cse-search-form', options);
}, true);
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-179169-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>