<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.16"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>UbixOS V2: C:/Dev/git/UbixOS/sys/include/net/apps/httpd.h Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ $(document).ready(initResizable); /* @license-end */</script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">UbixOS V2  <span id="projectnumber">2.0</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.16 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ var searchBox = new SearchBox("searchBox", "search",false,'Search'); /* @license-end */ </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); /* @license-end */</script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ $(document).ready(function(){initNavTree('httpd_8h_source.html','');}); /* @license-end */ </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="headertitle"> <div class="title">httpd.h</div> </div> </div><!--header--> <div class="contents"> <a href="httpd_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>  </div> <div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">/*</span></div> <div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> * Copyright (c) 2001-2003 Swedish Institute of Computer Science.</span></div> <div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> * All rights reserved.</span></div> <div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"> *</span></div> <div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> * Redistribution and use in source and binary forms, with or without modification,</span></div> <div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> * are permitted provided that the following conditions are met:</span></div> <div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> *</span></div> <div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> * 1. Redistributions of source code must retain the above copyright notice,</span></div> <div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> * this list of conditions and the following disclaimer.</span></div> <div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> * 2. Redistributions in binary form must reproduce the above copyright notice,</span></div> <div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> * this list of conditions and the following disclaimer in the documentation</span></div> <div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment"> * and/or other materials provided with the distribution.</span></div> <div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment"> * 3. The name of the author may not be used to endorse or promote products</span></div> <div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment"> * derived from this software without specific prior written permission.</span></div> <div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment"> *</span></div> <div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="comment"> * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED</span></div> <div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="comment"> * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF</span></div> <div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="comment"> * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT</span></div> <div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="comment"> * SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,</span></div> <div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="comment"> * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT</span></div> <div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="comment"> * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS</span></div> <div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="comment"> * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN</span></div> <div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="comment"> * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING</span></div> <div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="comment"> * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY</span></div> <div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="comment"> * OF SUCH DAMAGE.</span></div> <div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="comment"> *</span></div> <div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="comment"> * This file is part of the lwIP TCP/IP stack.</span></div> <div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="comment"> *</span></div> <div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="comment"> * Author: Adam Dunkels <adam@sics.se></span></div> <div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="comment"> *</span></div> <div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="comment"> * This version of the file has been modified by Texas Instruments to offer</span></div> <div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="comment"> * simple server-side-include (SSI) and Common Gateway Interface (CGI)</span></div> <div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="comment"> * capability.</span></div> <div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="comment"> */</span></div> <div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  </div> <div class="line"><a name="l00041"></a><span class="lineno"> 41</span> <span class="preprocessor">#ifndef LWIP_HDR_APPS_HTTPD_H</span></div> <div class="line"><a name="l00042"></a><span class="lineno"> 42</span> <span class="preprocessor">#define LWIP_HDR_APPS_HTTPD_H</span></div> <div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  </div> <div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="preprocessor">#include "<a class="code" href="httpd__opts_8h.html">httpd_opts.h</a>"</span></div> <div class="line"><a name="l00045"></a><span class="lineno"> 45</span> <span class="preprocessor">#include "lwip/err.h"</span></div> <div class="line"><a name="l00046"></a><span class="lineno"> 46</span> <span class="preprocessor">#include "lwip/pbuf.h"</span></div> <div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  </div> <div class="line"><a name="l00048"></a><span class="lineno"> 48</span> <span class="preprocessor">#ifdef __cplusplus</span></div> <div class="line"><a name="l00049"></a><span class="lineno"> 49</span> <span class="keyword">extern</span> <span class="stringliteral">"C"</span> {</div> <div class="line"><a name="l00050"></a><span class="lineno"> 50</span> <span class="preprocessor">#endif</span></div> <div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  </div> <div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <span class="preprocessor">#if LWIP_HTTPD_CGI</span></div> <div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  </div> <div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <span class="comment">/*</span></div> <div class="line"><a name="l00055"></a><span class="lineno"> 55</span> <span class="comment"> * Function pointer for a CGI script handler.</span></div> <div class="line"><a name="l00056"></a><span class="lineno"> 56</span> <span class="comment"> *</span></div> <div class="line"><a name="l00057"></a><span class="lineno"> 57</span> <span class="comment"> * This function is called each time the HTTPD server is asked for a file</span></div> <div class="line"><a name="l00058"></a><span class="lineno"> 58</span> <span class="comment"> * whose name was previously registered as a CGI function using a call to</span></div> <div class="line"><a name="l00059"></a><span class="lineno"> 59</span> <span class="comment"> * http_set_cgi_handler. The iIndex parameter provides the index of the</span></div> <div class="line"><a name="l00060"></a><span class="lineno"> 60</span> <span class="comment"> * CGI within the ppcURLs array passed to http_set_cgi_handler. Parameters</span></div> <div class="line"><a name="l00061"></a><span class="lineno"> 61</span> <span class="comment"> * pcParam and pcValue provide access to the parameters provided along with</span></div> <div class="line"><a name="l00062"></a><span class="lineno"> 62</span> <span class="comment"> * the URI. iNumParams provides a count of the entries in the pcParam and</span></div> <div class="line"><a name="l00063"></a><span class="lineno"> 63</span> <span class="comment"> * pcValue arrays. Each entry in the pcParam array contains the name of a</span></div> <div class="line"><a name="l00064"></a><span class="lineno"> 64</span> <span class="comment"> * parameter with the corresponding entry in the pcValue array containing the</span></div> <div class="line"><a name="l00065"></a><span class="lineno"> 65</span> <span class="comment"> * value for that parameter. Note that pcParam may contain multiple elements</span></div> <div class="line"><a name="l00066"></a><span class="lineno"> 66</span> <span class="comment"> * with the same name if, for example, a multi-selection list control is used</span></div> <div class="line"><a name="l00067"></a><span class="lineno"> 67</span> <span class="comment"> * in the form generating the data.</span></div> <div class="line"><a name="l00068"></a><span class="lineno"> 68</span> <span class="comment"> *</span></div> <div class="line"><a name="l00069"></a><span class="lineno"> 69</span> <span class="comment"> * The function should return a pointer to a character string which is the</span></div> <div class="line"><a name="l00070"></a><span class="lineno"> 70</span> <span class="comment"> * path and filename of the response that is to be sent to the connected</span></div> <div class="line"><a name="l00071"></a><span class="lineno"> 71</span> <span class="comment"> * browser, for example "/thanks.htm" or "/response/error.ssi".</span></div> <div class="line"><a name="l00072"></a><span class="lineno"> 72</span> <span class="comment"> *</span></div> <div class="line"><a name="l00073"></a><span class="lineno"> 73</span> <span class="comment"> * The maximum number of parameters that will be passed to this function via</span></div> <div class="line"><a name="l00074"></a><span class="lineno"> 74</span> <span class="comment"> * iNumParams is defined by LWIP_HTTPD_MAX_CGI_PARAMETERS. Any parameters in the incoming</span></div> <div class="line"><a name="l00075"></a><span class="lineno"> 75</span> <span class="comment"> * HTTP request above this number will be discarded.</span></div> <div class="line"><a name="l00076"></a><span class="lineno"> 76</span> <span class="comment"> *</span></div> <div class="line"><a name="l00077"></a><span class="lineno"> 77</span> <span class="comment"> * Requests intended for use by this CGI mechanism must be sent using the GET</span></div> <div class="line"><a name="l00078"></a><span class="lineno"> 78</span> <span class="comment"> * method (which encodes all parameters within the URI rather than in a block</span></div> <div class="line"><a name="l00079"></a><span class="lineno"> 79</span> <span class="comment"> * later in the request). Attempts to use the POST method will result in the</span></div> <div class="line"><a name="l00080"></a><span class="lineno"> 80</span> <span class="comment"> * request being ignored.</span></div> <div class="line"><a name="l00081"></a><span class="lineno"> 81</span> <span class="comment"> *</span></div> <div class="line"><a name="l00082"></a><span class="lineno"> 82</span> <span class="comment"> */</span></div> <div class="line"><a name="l00083"></a><span class="lineno"> 83</span> <span class="keyword">typedef</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *(*tCGIHandler)(<span class="keywordtype">int</span> iIndex, <span class="keywordtype">int</span> iNumParams, <span class="keywordtype">char</span> *pcParam[],</div> <div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  <span class="keywordtype">char</span> *pcValue[]);</div> <div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  </div> <div class="line"><a name="l00086"></a><span class="lineno"> 86</span> <span class="comment">/*</span></div> <div class="line"><a name="l00087"></a><span class="lineno"> 87</span> <span class="comment"> * Structure defining the base filename (URL) of a CGI and the associated</span></div> <div class="line"><a name="l00088"></a><span class="lineno"> 88</span> <span class="comment"> * function which is to be called when that URL is requested.</span></div> <div class="line"><a name="l00089"></a><span class="lineno"> 89</span> <span class="comment"> */</span></div> <div class="line"><a name="l00090"></a><span class="lineno"> 90</span> <span class="keyword">typedef</span> <span class="keyword">struct</span></div> <div class="line"><a name="l00091"></a><span class="lineno"> 91</span> {</div> <div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  <span class="keyword">const</span> <span class="keywordtype">char</span> *pcCGIName;</div> <div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  tCGIHandler pfnCGIHandler;</div> <div class="line"><a name="l00094"></a><span class="lineno"> 94</span> } tCGI;</div> <div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  </div> <div class="line"><a name="l00096"></a><span class="lineno"> 96</span> <span class="keywordtype">void</span> http_set_cgi_handlers(<span class="keyword">const</span> tCGI *pCGIs, <span class="keywordtype">int</span> iNumHandlers);</div> <div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  </div> <div class="line"><a name="l00098"></a><span class="lineno"> 98</span> <span class="preprocessor">#endif </span><span class="comment">/* LWIP_HTTPD_CGI */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  </div> <div class="line"><a name="l00100"></a><span class="lineno"> 100</span> <span class="preprocessor">#if LWIP_HTTPD_CGI || LWIP_HTTPD_CGI_SSI</span></div> <div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  </div> <div class="line"><a name="l00102"></a><span class="lineno"> 102</span> <span class="preprocessor">#if LWIP_HTTPD_CGI_SSI</span></div> <div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  </div> <div class="line"><a name="l00107"></a><span class="lineno"> 107</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> httpd_cgi_handler(<span class="keyword">const</span> <span class="keywordtype">char</span>* uri, <span class="keywordtype">int</span> iNumParams, <span class="keywordtype">char</span> **pcParam, <span class="keywordtype">char</span> **pcValue</div> <div class="line"><a name="l00108"></a><span class="lineno"> 108</span> #<span class="keywordflow">if</span> defined(<a class="code" href="group__httpd__opts.html#gaedd0fa3d356170d8ca3557acb410fd7c">LWIP_HTTPD_FILE_STATE</a>) && <a class="code" href="group__httpd__opts.html#gaedd0fa3d356170d8ca3557acb410fd7c">LWIP_HTTPD_FILE_STATE</a></div> <div class="line"><a name="l00109"></a><span class="lineno"> 109</span>  , <span class="keywordtype">void</span> *connection_state</div> <div class="line"><a name="l00110"></a><span class="lineno"> 110</span> #endif <span class="comment">/* LWIP_HTTPD_FILE_STATE */</span></div> <div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  );</div> <div class="line"><a name="l00112"></a><span class="lineno"> 112</span> <span class="preprocessor">#endif </span><span class="comment">/* LWIP_HTTPD_CGI_SSI */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00113"></a><span class="lineno"> 113</span>  </div> <div class="line"><a name="l00114"></a><span class="lineno"> 114</span> <span class="preprocessor">#endif </span><span class="comment">/* LWIP_HTTPD_CGI || LWIP_HTTPD_CGI_SSI */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00115"></a><span class="lineno"> 115</span>  </div> <div class="line"><a name="l00116"></a><span class="lineno"> 116</span> <span class="preprocessor">#if LWIP_HTTPD_SSI</span></div> <div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  </div> <div class="line"><a name="l00118"></a><span class="lineno"> 118</span> <span class="comment">/*</span></div> <div class="line"><a name="l00119"></a><span class="lineno"> 119</span> <span class="comment"> * Function pointer for the SSI tag handler callback.</span></div> <div class="line"><a name="l00120"></a><span class="lineno"> 120</span> <span class="comment"> *</span></div> <div class="line"><a name="l00121"></a><span class="lineno"> 121</span> <span class="comment"> * This function will be called each time the HTTPD server detects a tag of the</span></div> <div class="line"><a name="l00122"></a><span class="lineno"> 122</span> <span class="comment"> * form <!--#name--> in a .shtml, .ssi or .shtm file where "name" appears as</span></div> <div class="line"><a name="l00123"></a><span class="lineno"> 123</span> <span class="comment"> * one of the tags supplied to http_set_ssi_handler in the ppcTags array. The</span></div> <div class="line"><a name="l00124"></a><span class="lineno"> 124</span> <span class="comment"> * returned insert string, which will be appended after the the string</span></div> <div class="line"><a name="l00125"></a><span class="lineno"> 125</span> <span class="comment"> * "<!--#name-->" in file sent back to the client,should be written to pointer</span></div> <div class="line"><a name="l00126"></a><span class="lineno"> 126</span> <span class="comment"> * pcInsert. iInsertLen contains the size of the buffer pointed to by</span></div> <div class="line"><a name="l00127"></a><span class="lineno"> 127</span> <span class="comment"> * pcInsert. The iIndex parameter provides the zero-based index of the tag as</span></div> <div class="line"><a name="l00128"></a><span class="lineno"> 128</span> <span class="comment"> * found in the ppcTags array and identifies the tag that is to be processed.</span></div> <div class="line"><a name="l00129"></a><span class="lineno"> 129</span> <span class="comment"> *</span></div> <div class="line"><a name="l00130"></a><span class="lineno"> 130</span> <span class="comment"> * The handler returns the number of characters written to pcInsert excluding</span></div> <div class="line"><a name="l00131"></a><span class="lineno"> 131</span> <span class="comment"> * any terminating NULL or a negative number to indicate a failure (tag not</span></div> <div class="line"><a name="l00132"></a><span class="lineno"> 132</span> <span class="comment"> * recognized, for example).</span></div> <div class="line"><a name="l00133"></a><span class="lineno"> 133</span> <span class="comment"> *</span></div> <div class="line"><a name="l00134"></a><span class="lineno"> 134</span> <span class="comment"> * Note that the behavior of this SSI mechanism is somewhat different from the</span></div> <div class="line"><a name="l00135"></a><span class="lineno"> 135</span> <span class="comment"> * "normal" SSI processing as found in, for example, the Apache web server. In</span></div> <div class="line"><a name="l00136"></a><span class="lineno"> 136</span> <span class="comment"> * this case, the inserted text is appended following the SSI tag rather than</span></div> <div class="line"><a name="l00137"></a><span class="lineno"> 137</span> <span class="comment"> * replacing the tag entirely. This allows for an implementation that does not</span></div> <div class="line"><a name="l00138"></a><span class="lineno"> 138</span> <span class="comment"> * require significant additional buffering of output data yet which will still</span></div> <div class="line"><a name="l00139"></a><span class="lineno"> 139</span> <span class="comment"> * offer usable SSI functionality. One downside to this approach is when</span></div> <div class="line"><a name="l00140"></a><span class="lineno"> 140</span> <span class="comment"> * attempting to use SSI within JavaScript. The SSI tag is structured to</span></div> <div class="line"><a name="l00141"></a><span class="lineno"> 141</span> <span class="comment"> * resemble an HTML comment but this syntax does not constitute a comment</span></div> <div class="line"><a name="l00142"></a><span class="lineno"> 142</span> <span class="comment"> * within JavaScript and, hence, leaving the tag in place will result in</span></div> <div class="line"><a name="l00143"></a><span class="lineno"> 143</span> <span class="comment"> * problems in these cases. To work around this, any SSI tag which needs to</span></div> <div class="line"><a name="l00144"></a><span class="lineno"> 144</span> <span class="comment"> * output JavaScript code must do so in an encapsulated way, sending the whole</span></div> <div class="line"><a name="l00145"></a><span class="lineno"> 145</span> <span class="comment"> * HTML <script>...</script> section as a single include.</span></div> <div class="line"><a name="l00146"></a><span class="lineno"> 146</span> <span class="comment"> */</span></div> <div class="line"><a name="l00147"></a><span class="lineno"> 147</span> <span class="keyword">typedef</span> <a class="code" href="group__compiler__abstraction.html#ga77570ac4fcab86864fa1916e55676da2">u16_t</a> (*tSSIHandler)(</div> <div class="line"><a name="l00148"></a><span class="lineno"> 148</span> <span class="preprocessor">#if LWIP_HTTPD_SSI_RAW</span></div> <div class="line"><a name="l00149"></a><span class="lineno"> 149</span>  <span class="keyword">const</span> <span class="keywordtype">char</span>* ssi_tag_name,</div> <div class="line"><a name="l00150"></a><span class="lineno"> 150</span> <span class="preprocessor">#else </span><span class="comment">/* LWIP_HTTPD_SSI_RAW */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00151"></a><span class="lineno"> 151</span>  <span class="keywordtype">int</span> iIndex,</div> <div class="line"><a name="l00152"></a><span class="lineno"> 152</span> <span class="preprocessor">#endif </span><span class="comment">/* LWIP_HTTPD_SSI_RAW */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00153"></a><span class="lineno"> 153</span>  <span class="keywordtype">char</span> *pcInsert, <span class="keywordtype">int</span> iInsertLen</div> <div class="line"><a name="l00154"></a><span class="lineno"> 154</span> <span class="preprocessor">#if LWIP_HTTPD_SSI_MULTIPART</span></div> <div class="line"><a name="l00155"></a><span class="lineno"> 155</span>  , <a class="code" href="group__compiler__abstraction.html#ga77570ac4fcab86864fa1916e55676da2">u16_t</a> current_tag_part, <a class="code" href="group__compiler__abstraction.html#ga77570ac4fcab86864fa1916e55676da2">u16_t</a> *next_tag_part</div> <div class="line"><a name="l00156"></a><span class="lineno"> 156</span> <span class="preprocessor">#endif </span><span class="comment">/* LWIP_HTTPD_SSI_MULTIPART */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00157"></a><span class="lineno"> 157</span> <span class="preprocessor">#if defined(LWIP_HTTPD_FILE_STATE) && LWIP_HTTPD_FILE_STATE</span></div> <div class="line"><a name="l00158"></a><span class="lineno"> 158</span>  , <span class="keywordtype">void</span> *connection_state</div> <div class="line"><a name="l00159"></a><span class="lineno"> 159</span> <span class="preprocessor">#endif </span><span class="comment">/* LWIP_HTTPD_FILE_STATE */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00160"></a><span class="lineno"> 160</span>  );</div> <div class="line"><a name="l00161"></a><span class="lineno"> 161</span>  </div> <div class="line"><a name="l00165"></a><span class="lineno"> 165</span> <span class="keywordtype">void</span> http_set_ssi_handler(tSSIHandler pfnSSIHandler,</div> <div class="line"><a name="l00166"></a><span class="lineno"> 166</span>  <span class="keyword">const</span> <span class="keywordtype">char</span> **ppcTags, <span class="keywordtype">int</span> iNumTags);</div> <div class="line"><a name="l00167"></a><span class="lineno"> 167</span>  </div> <div class="line"><a name="l00172"></a><span class="lineno"> 172</span> <span class="preprocessor">#define HTTPD_SSI_TAG_UNKNOWN 0xFFFF</span></div> <div class="line"><a name="l00173"></a><span class="lineno"> 173</span>  </div> <div class="line"><a name="l00174"></a><span class="lineno"> 174</span> <span class="preprocessor">#endif </span><span class="comment">/* LWIP_HTTPD_SSI */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00175"></a><span class="lineno"> 175</span>  </div> <div class="line"><a name="l00176"></a><span class="lineno"> 176</span> <span class="preprocessor">#if LWIP_HTTPD_SUPPORT_POST</span></div> <div class="line"><a name="l00177"></a><span class="lineno"> 177</span>  </div> <div class="line"><a name="l00178"></a><span class="lineno"> 178</span> <span class="comment">/* These functions must be implemented by the application */</span></div> <div class="line"><a name="l00179"></a><span class="lineno"> 179</span>  </div> <div class="line"><a name="l00198"></a><span class="lineno"> 198</span> <a class="code" href="group__infrastructure__errors.html#gaf02d9da80fd66b4f986d2c53d7231ddb">err_t</a> httpd_post_begin(<span class="keywordtype">void</span> *connection, <span class="keyword">const</span> <span class="keywordtype">char</span> *uri, <span class="keyword">const</span> <span class="keywordtype">char</span> *http_request,</div> <div class="line"><a name="l00199"></a><span class="lineno"> 199</span>  <a class="code" href="group__compiler__abstraction.html#ga77570ac4fcab86864fa1916e55676da2">u16_t</a> http_request_len, <span class="keywordtype">int</span> content_len, <span class="keywordtype">char</span> *response_uri,</div> <div class="line"><a name="l00200"></a><span class="lineno"> 200</span>  <a class="code" href="group__compiler__abstraction.html#ga77570ac4fcab86864fa1916e55676da2">u16_t</a> response_uri_len, <a class="code" href="group__compiler__abstraction.html#ga4caecabca98b43919dd11be1c0d4cd8e">u8_t</a> *post_auto_wnd);</div> <div class="line"><a name="l00201"></a><span class="lineno"> 201</span>  </div> <div class="line"><a name="l00210"></a><span class="lineno"> 210</span> <a class="code" href="group__infrastructure__errors.html#gaf02d9da80fd66b4f986d2c53d7231ddb">err_t</a> httpd_post_receive_data(<span class="keywordtype">void</span> *connection, <span class="keyword">struct</span> <a class="code" href="structpbuf.html">pbuf</a> *p);</div> <div class="line"><a name="l00211"></a><span class="lineno"> 211</span>  </div> <div class="line"><a name="l00221"></a><span class="lineno"> 221</span> <span class="keywordtype">void</span> httpd_post_finished(<span class="keywordtype">void</span> *connection, <span class="keywordtype">char</span> *response_uri, <a class="code" href="group__compiler__abstraction.html#ga77570ac4fcab86864fa1916e55676da2">u16_t</a> response_uri_len);</div> <div class="line"><a name="l00222"></a><span class="lineno"> 222</span>  </div> <div class="line"><a name="l00223"></a><span class="lineno"> 223</span> <span class="preprocessor">#if LWIP_HTTPD_POST_MANUAL_WND</span></div> <div class="line"><a name="l00224"></a><span class="lineno"> 224</span> <span class="keywordtype">void</span> httpd_post_data_recved(<span class="keywordtype">void</span> *connection, <a class="code" href="group__compiler__abstraction.html#ga77570ac4fcab86864fa1916e55676da2">u16_t</a> recved_len);</div> <div class="line"><a name="l00225"></a><span class="lineno"> 225</span> <span class="preprocessor">#endif </span><span class="comment">/* LWIP_HTTPD_POST_MANUAL_WND */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00226"></a><span class="lineno"> 226</span>  </div> <div class="line"><a name="l00227"></a><span class="lineno"> 227</span> <span class="preprocessor">#endif </span><span class="comment">/* LWIP_HTTPD_SUPPORT_POST */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00228"></a><span class="lineno"> 228</span>  </div> <div class="line"><a name="l00229"></a><span class="lineno"> 229</span> <span class="keywordtype">void</span> <a class="code" href="httpd_8h.html#ac364305cee969a0be43c071722b136e6">httpd_init</a>(<span class="keywordtype">void</span>);</div> <div class="line"><a name="l00230"></a><span class="lineno"> 230</span>  </div> <div class="line"><a name="l00231"></a><span class="lineno"> 231</span>  </div> <div class="line"><a name="l00232"></a><span class="lineno"> 232</span> <span class="preprocessor">#ifdef __cplusplus</span></div> <div class="line"><a name="l00233"></a><span class="lineno"> 233</span> }</div> <div class="line"><a name="l00234"></a><span class="lineno"> 234</span> <span class="preprocessor">#endif</span></div> <div class="line"><a name="l00235"></a><span class="lineno"> 235</span>  </div> <div class="line"><a name="l00236"></a><span class="lineno"> 236</span> <span class="preprocessor">#endif </span><span class="comment">/* LWIP_HTTPD_H */</span><span class="preprocessor"></span></div> </div><!-- fragment --></div><!-- contents --> </div><!-- doc-content --> <div class="ttc" id="agroup__compiler__abstraction_html_ga77570ac4fcab86864fa1916e55676da2"><div class="ttname"><a href="group__compiler__abstraction.html#ga77570ac4fcab86864fa1916e55676da2">u16_t</a></div><div class="ttdeci">uint16_t u16_t</div><div class="ttdef"><b>Definition:</b> <a href="arch_8h_source.html#l00124">arch.h:124</a></div></div> <div class="ttc" id="agroup__compiler__abstraction_html_ga4caecabca98b43919dd11be1c0d4cd8e"><div class="ttname"><a href="group__compiler__abstraction.html#ga4caecabca98b43919dd11be1c0d4cd8e">u8_t</a></div><div class="ttdeci">uint8_t u8_t</div><div class="ttdef"><b>Definition:</b> <a href="arch_8h_source.html#l00122">arch.h:122</a></div></div> <div class="ttc" id="agroup__infrastructure__errors_html_gaf02d9da80fd66b4f986d2c53d7231ddb"><div class="ttname"><a href="group__infrastructure__errors.html#gaf02d9da80fd66b4f986d2c53d7231ddb">err_t</a></div><div class="ttdeci">s8_t err_t</div><div class="ttdef"><b>Definition:</b> <a href="err_8h_source.html#l00057">err.h:57</a></div></div> <div class="ttc" id="ahttpd__opts_8h_html"><div class="ttname"><a href="httpd__opts_8h.html">httpd_opts.h</a></div></div> <div class="ttc" id="ahttpd_8h_html_ac364305cee969a0be43c071722b136e6"><div class="ttname"><a href="httpd_8h.html#ac364305cee969a0be43c071722b136e6">httpd_init</a></div><div class="ttdeci">void httpd_init(void)</div></div> <div class="ttc" id="astructpbuf_html"><div class="ttname"><a href="structpbuf.html">pbuf</a></div><div class="ttdef"><b>Definition:</b> <a href="pbuf_8h_source.html#l00142">pbuf.h:142</a></div></div> <div class="ttc" id="agroup__httpd__opts_html_gaedd0fa3d356170d8ca3557acb410fd7c"><div class="ttname"><a href="group__httpd__opts.html#gaedd0fa3d356170d8ca3557acb410fd7c">LWIP_HTTPD_FILE_STATE</a></div><div class="ttdeci">#define LWIP_HTTPD_FILE_STATE</div><div class="ttdef"><b>Definition:</b> <a href="httpd__opts_8h_source.html#l00296">httpd_opts.h:296</a></div></div> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="dir_e6bb53534ac0e427887cf7a94c0c004e.html">C:</a></li><li class="navelem"><a class="el" href="dir_d99d5d4662bf24521eef49da6a8cd34d.html">Dev</a></li><li class="navelem"><a class="el" href="dir_474a4b306371cf7e7f6fa12cb0b77df6.html">git</a></li><li class="navelem"><a class="el" href="dir_849109bbd106d461b128d63e5babcedf.html">UbixOS</a></li><li class="navelem"><a class="el" href="dir_6ec99f6d7d5182ba8913209ab70c9f18.html">sys</a></li><li class="navelem"><a class="el" href="dir_d1be8160e739b6eed1f7843efdbae1b3.html">include</a></li><li class="navelem"><a class="el" href="dir_8a452844cab5a537277ef786999bc939.html">net</a></li><li class="navelem"><a class="el" href="dir_21e12f15c353f338a385e10009a09aca.html">apps</a></li><li class="navelem"><a class="el" href="httpd_8h.html">httpd.h</a></li> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.16 </li> </ul> </div> </body> </html>