Click here to Skip to main content
15,891,253 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 450.8K   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>Member List</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><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
  </ul></div>
<h1>http::server::cWebemRequestHandler Member List</h1>This is the complete list of members for <a class="el" href="classhttp_1_1server_1_1c_webem_request_handler.html">http::server::cWebemRequestHandler</a>, including all inherited members.<p><table>
  <tr class="memlist"><td><a class="el" href="classhttp_1_1server_1_1c_webem_request_handler.html#4864092e57779786f13f0c5ca93029ee">cWebemRequestHandler</a>(const std::string &amp;doc_root)</td><td><a class="el" href="classhttp_1_1server_1_1c_webem_request_handler.html">http::server::cWebemRequestHandler</a></td><td><code> [inline]</code></td></tr>
  <tr class="memlist"><td><a class="el" href="classhttp_1_1server_1_1c_webem_request_handler.html#62a055936f1100e457d97bbcb5570bed">handle_request</a>(const request &amp;req, reply &amp;rep)</td><td><a class="el" href="classhttp_1_1server_1_1c_webem_request_handler.html">http::server::cWebemRequestHandler</a></td><td><code> [virtual]</code></td></tr>
  <tr bgcolor="#f0f0f0"><td><b>setWebem</b>(cWebem *webem) (defined in <a class="el" href="classhttp_1_1server_1_1c_webem_request_handler.html">http::server::cWebemRequestHandler</a>)</td><td><a class="el" href="classhttp_1_1server_1_1c_webem_request_handler.html">http::server::cWebemRequestHandler</a></td><td><code> [inline]</code></td></tr>
</table><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