Click here to Skip to main content
15,895,142 members
Articles / Web Development / HTML

A C++ Embedded Web Server

Rate me:
Please Sign up or sign in to vote.
4.76/5 (47 votes)
23 Jun 2014BSD7 min read 452K   8.5K   209  
Give a C++ application its own web page
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Class Members</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.6-NO -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li id="current"><a href="annotated.html"><span>Classes</span></a></li>
    <li><a href="files.html"><span>Files</span></a></li>
  </ul></div>
<div class="tabs">
  <ul>
    <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
    <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
    <li id="current"><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
  </ul></div>
<div class="tabs">
  <ul>
    <li id="current"><a href="functions.html"><span>All</span></a></li>
    <li><a href="functions_func.html"><span>Functions</span></a></li>
  </ul>
</div>
Here is a list of all documented class members with links to the class documentation for each member:
<p>
<ul>
<li>CheckForAction()
: <a class="el" href="classhttp_1_1server_1_1c_webem.html#9be6d7aa9061680131d067abc1f3c7e5">http::server::cWebem</a><li>cUTF()
: <a class="el" href="classhttp_1_1server_1_1c_u_t_f.html#1b2cd49944682e0244e3f45b6bb0acc6">http::server::cUTF</a><li>cWebem()
: <a class="el" href="classhttp_1_1server_1_1c_webem.html#407df237556d03f0ce61da96f4c27784">http::server::cWebem</a><li>cWebemRequestHandler()
: <a class="el" href="classhttp_1_1server_1_1c_webem_request_handler.html#4864092e57779786f13f0c5ca93029ee">http::server::cWebemRequestHandler</a><li>FindValue()
: <a class="el" href="classhttp_1_1server_1_1c_webem.html#d681d25d2edda5406ed04ab6687734e4">http::server::cWebem</a><li>get16()
: <a class="el" href="classhttp_1_1server_1_1c_u_t_f.html#c997807a746dda6b203d60299c211c62">http::server::cUTF</a><li>get8()
: <a class="el" href="classhttp_1_1server_1_1c_u_t_f.html#d34c69dbc4564547d30c1192081c6d23">http::server::cUTF</a><li>handle_request()
: <a class="el" href="classhttp_1_1server_1_1c_webem_request_handler.html#62a055936f1100e457d97bbcb5570bed">http::server::cWebemRequestHandler</a><li>Include()
: <a class="el" href="classhttp_1_1server_1_1c_webem.html#3774cf129d5d4f9551468855fc196365">http::server::cWebem</a><li>RegisterActionCode()
: <a class="el" href="classhttp_1_1server_1_1c_webem.html#48288d924dfd8b9f4e2cff6250ad6143">http::server::cWebem</a><li>RegisterIncludeCode()
: <a class="el" href="classhttp_1_1server_1_1c_webem.html#82a44b3106c18b39a52224183ef99ed6">http::server::cWebem</a><li>RegisterIncludeCodeW()
: <a class="el" href="classhttp_1_1server_1_1c_webem.html#4f5e8e5743442db530f544e950db9f9f">http::server::cWebem</a><li>Run()
: <a class="el" href="classhttp_1_1server_1_1c_webem.html#74f874a1701e9db90def357499d2514f">http::server::cWebem</a><li>Splash()
: <a class="el" href="classhttp_1_1server_1_1c_webem.html#a74ce105cd74aadb895397ec3f0a83a2">http::server::cWebem</a><li>~cUTF()
: <a class="el" href="classhttp_1_1server_1_1c_u_t_f.html#2bb8274eff321c3d4864e3f10936b6c1">http::server::cUTF</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Mon May 31 11:27:51 2010 by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6-NO </small></address>
</body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The BSD License


Written By
Founder Raven's Point Consulting
Canada Canada
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions