161 lines
7.5 KiB
HTML
161 lines
7.5 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/"> </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 -->
|
|
> <a href="../ref/appweb/index.html">Programmers Reference</a> > <b>Stability</b>
|
|
</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 -->
|
|
</div>
|
|
<div class="contentLeft">
|
|
<h1>Interface Stability Classification</h1>
|
|
<p>The programming interfaces and data structures are classified with a stability class. These
|
|
classifications help developers understand which interfaces may change in future releases and may
|
|
need to be wrapped within their applications.</p>
|
|
<p>When the classification is applied to an API, it applies to the complete function signature. When
|
|
applied to a data structure or typedef, it applies to the structure name and not the internal structure fields.
|
|
All structure fields are regarded as internal unless explicitly stated otherwise.</p>
|
|
<p>The version numbering for Embedthis products follows the scheme MAJOR.MINOR.PATCH. For example 2.1.3 is
|
|
major version 2, minor version 1 and patch version 3.</p>
|
|
<table title="classification">
|
|
<thead>
|
|
<tr>
|
|
<th>Classification</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<p>Mature</p>
|
|
</td>
|
|
<td>
|
|
<p>Must be interoperable across at least two consecutive major releases so that applications
|
|
are not required to change. These APIs must be Deprecated before change or removal.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p>Stable</p>
|
|
</td>
|
|
<td>
|
|
<p>Will not change between minor releases (e.g. 2.0 to 2.1). May change between major
|
|
releases.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p>Evolving</p>
|
|
</td>
|
|
<td>
|
|
<p>May change between major or minor releases. May not change between patch releases (e.g.
|
|
2.0.0 to 2.0.1) release.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Prototype</td>
|
|
<td>May change between any major, minor or patch releases.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p>Deprecated</p>
|
|
</td>
|
|
<td>
|
|
<p>For use by legacy applications only. Customers are advised that these interfaces may be
|
|
removed in the next major or minor release.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p>Internal</p>
|
|
</td>
|
|
<td>
|
|
<p>Internal API or data structure and may change at any time. Customers are strongly advised not to
|
|
use these APIs.</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<!-- BeginDsi "dsi/bottom.html" -->
|
|
<div class="bottom">
|
|
<p class="footnote">
|
|
<a href="../product/copyright.html" >© 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>
|