Skip to content

Commit

Permalink
Deployed 2583c27 to master with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Docs committed Sep 29, 2024
1 parent 38a251d commit 024d666
Show file tree
Hide file tree
Showing 57 changed files with 4,517 additions and 4,512 deletions.
2 changes: 1 addition & 1 deletion master/reference/app_8h.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a479d0a674825fb289848dad8
<div class="line"> <span class="keywordflow">return</span> <span class="stringliteral">&quot;&lt;h1&gt;Hello, world!&lt;/h1&gt;&quot;</span>;</div>
<div class="line">});</div>
<div class="ttc" id="aapp_8h_html_a479d0a674825fb289848dad80379efc7"><div class="ttname"><a href="app_8h.html#a479d0a674825fb289848dad80379efc7">CROW_BP_ROUTE</a></div><div class="ttdeci">#define CROW_BP_ROUTE(blueprint, url)</div><div class="ttdoc">Creates a route for a blueprint using a rule.</div><div class="ttdef"><b>Definition:</b> app.h:94</div></div>
<div class="ttc" id="aclasscrow_1_1_blueprint_html"><div class="ttname"><a href="classcrow_1_1_blueprint.html">crow::Blueprint</a></div><div class="ttdoc">A blueprint can be considered a smaller section of a Crow app, specifically where the router is conce...</div><div class="ttdef"><b>Definition:</b> routing.h:1111</div></div>
<div class="ttc" id="aclasscrow_1_1_blueprint_html"><div class="ttname"><a href="classcrow_1_1_blueprint.html">crow::Blueprint</a></div><div class="ttdoc">A blueprint can be considered a smaller section of a Crow app, specifically where the router is conce...</div><div class="ttdef"><b>Definition:</b> routing.h:1113</div></div>
</div><!-- fragment --><p>This is the recommended way to define routes in a crow blueprint because of its compile-time capabilities.</p>
<dl class="section see"><dt>See also</dt><dd><a href="https://crowcpp.org/master/guides/blueprints/">Page of the guide "Blueprints"</a>. </dd></dl>

Expand Down
8 changes: 4 additions & 4 deletions master/reference/app_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -890,8 +890,8 @@
<div class="line"><a name="l00789"></a><span class="lineno"> 789</span>&#160;<span class="comment"> /// an Crow application that doesn&#39;t require of Middlewares</span></div>
<div class="line"><a name="l00790"></a><span class="lineno"><a class="line" href="namespacecrow.html#a3603179c9794548cac2c9990685178b4"> 790</a></span>&#160;<span class="comment"></span> <span class="keyword">using</span> <a class="code" href="classcrow_1_1_crow.html">SimpleApp</a> = <a class="code" href="classcrow_1_1_crow.html">Crow&lt;&gt;</a>;</div>
<div class="line"><a name="l00791"></a><span class="lineno"> 791</span>&#160;} <span class="comment">// namespace crow</span></div>
<div class="ttc" id="aclasscrow_1_1_blueprint_html"><div class="ttname"><a href="classcrow_1_1_blueprint.html">crow::Blueprint</a></div><div class="ttdoc">A blueprint can be considered a smaller section of a Crow app, specifically where the router is conce...</div><div class="ttdef"><b>Definition:</b> routing.h:1111</div></div>
<div class="ttc" id="aclasscrow_1_1_catchall_rule_html"><div class="ttname"><a href="classcrow_1_1_catchall_rule.html">crow::CatchallRule</a></div><div class="ttdef"><b>Definition:</b> routing.h:342</div></div>
<div class="ttc" id="aclasscrow_1_1_blueprint_html"><div class="ttname"><a href="classcrow_1_1_blueprint.html">crow::Blueprint</a></div><div class="ttdoc">A blueprint can be considered a smaller section of a Crow app, specifically where the router is conce...</div><div class="ttdef"><b>Definition:</b> routing.h:1113</div></div>
<div class="ttc" id="aclasscrow_1_1_catchall_rule_html"><div class="ttname"><a href="classcrow_1_1_catchall_rule.html">crow::CatchallRule</a></div><div class="ttdef"><b>Definition:</b> routing.h:344</div></div>
<div class="ttc" id="aclasscrow_1_1_crow_html"><div class="ttname"><a href="classcrow_1_1_crow.html">crow::Crow</a></div><div class="ttdoc">The main server application class.</div><div class="ttdef"><b>Definition:</b> app.h:199</div></div>
<div class="ttc" id="aclasscrow_1_1_crow_html_a0149b20b7f6c0123292286f54638d456"><div class="ttname"><a href="classcrow_1_1_crow.html#a0149b20b7f6c0123292286f54638d456">crow::Crow::multithreaded</a></div><div class="ttdeci">self_t &amp; multithreaded()</div><div class="ttdoc">Run the server on multiple threads using all available threads.</div><div class="ttdef"><b>Definition:</b> app.h:361</div></div>
<div class="ttc" id="aclasscrow_1_1_crow_html_a0266672657128919ab9a067d93f3868f"><div class="ttname"><a href="classcrow_1_1_crow.html#a0266672657128919ab9a067d93f3868f">crow::Crow::stop</a></div><div class="ttdeci">void stop()</div><div class="ttdoc">Stop the server.</div><div class="ttdef"><b>Definition:</b> app.h:556</div></div>
Expand Down Expand Up @@ -931,8 +931,8 @@
<div class="ttc" id="aclasscrow_1_1_crow_html_ae0e400a1757bd68f716b82753a5a1a73"><div class="ttname"><a href="classcrow_1_1_crow.html#ae0e400a1757bd68f716b82753a5a1a73">crow::Crow::server_name</a></div><div class="ttdeci">self_t &amp; server_name(std::string server_name)</div><div class="ttdoc">Set the server name.</div><div class="ttdef"><b>Definition:</b> app.h:341</div></div>
<div class="ttc" id="aclasscrow_1_1_crow_html_ae92390d22f6fc99987c41a617be71d64"><div class="ttname"><a href="classcrow_1_1_crow.html#ae92390d22f6fc99987c41a617be71d64">crow::Crow::stream_threshold</a></div><div class="ttdeci">self_t &amp; stream_threshold(size_t threshold)</div><div class="ttdoc">Set the response body size (in bytes) beyond which Crow automatically streams responses (Default is 1...</div><div class="ttdef"><b>Definition:</b> app.h:398</div></div>
<div class="ttc" id="aclasscrow_1_1_crow_html_af0d01b97da7d4d20844a80fd31b74f46"><div class="ttname"><a href="classcrow_1_1_crow.html#af0d01b97da7d4d20844a80fd31b74f46">crow::Crow::add_blueprint</a></div><div class="ttdeci">void add_blueprint()</div><div class="ttdoc">Apply blueprints.</div><div class="ttdef"><b>Definition:</b> app.h:464</div></div>
<div class="ttc" id="aclasscrow_1_1_dynamic_rule_html"><div class="ttname"><a href="classcrow_1_1_dynamic_rule.html">crow::DynamicRule</a></div><div class="ttdoc">A rule that can change its parameters during runtime.</div><div class="ttdef"><b>Definition:</b> routing.h:582</div></div>
<div class="ttc" id="aclasscrow_1_1_router_html"><div class="ttname"><a href="classcrow_1_1_router.html">crow::Router</a></div><div class="ttdoc">Handles matching requests to existing rules and upgrade requests.</div><div class="ttdef"><b>Definition:</b> routing.h:1264</div></div>
<div class="ttc" id="aclasscrow_1_1_dynamic_rule_html"><div class="ttname"><a href="classcrow_1_1_dynamic_rule.html">crow::DynamicRule</a></div><div class="ttdoc">A rule that can change its parameters during runtime.</div><div class="ttdef"><b>Definition:</b> routing.h:584</div></div>
<div class="ttc" id="aclasscrow_1_1_router_html"><div class="ttname"><a href="classcrow_1_1_router.html">crow::Router</a></div><div class="ttdoc">Handles matching requests to existing rules and upgrade requests.</div><div class="ttdef"><b>Definition:</b> routing.h:1267</div></div>
<div class="ttc" id="aclasscrow_1_1_server_html"><div class="ttname"><a href="classcrow_1_1_server.html">crow::Server</a></div><div class="ttdef"><b>Definition:</b> http_server.h:43</div></div>
<div class="ttc" id="anamespacecrow_html"><div class="ttname"><a href="namespacecrow.html">crow</a></div><div class="ttdoc">The main namespace of the library. In this namespace is defined the most important classes and functi...</div></div>
<div class="ttc" id="astructcrow_1_1_s_s_l_adaptor_html"><div class="ttname"><a href="structcrow_1_1_s_s_l_adaptor.html">crow::SSLAdaptor</a></div><div class="ttdef"><b>Definition:</b> socket_adaptors.h:107</div></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@

<p>This is the complete list of members for <a class="el" href="classcrow_1_1mustache_1_1invalid__template__exception.html">crow::mustache::invalid_template_exception</a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>invalid_template_exception</b>(const std::string &amp;msg) (defined in <a class="el" href="classcrow_1_1mustache_1_1invalid__template__exception.html">crow::mustache::invalid_template_exception</a>)</td><td class="entry"><a class="el" href="classcrow_1_1mustache_1_1invalid__template__exception.html">crow::mustache::invalid_template_exception</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>invalid_template_exception</b>(const std::string &amp;msg_) (defined in <a class="el" href="classcrow_1_1mustache_1_1invalid__template__exception.html">crow::mustache::invalid_template_exception</a>)</td><td class="entry"><a class="el" href="classcrow_1_1mustache_1_1invalid__template__exception.html">crow::mustache::invalid_template_exception</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>msg</b> (defined in <a class="el" href="classcrow_1_1mustache_1_1invalid__template__exception.html">crow::mustache::invalid_template_exception</a>)</td><td class="entry"><a class="el" href="classcrow_1_1mustache_1_1invalid__template__exception.html">crow::mustache::invalid_template_exception</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>what</b>() const override (defined in <a class="el" href="classcrow_1_1mustache_1_1invalid__template__exception.html">crow::mustache::invalid_template_exception</a>)</td><td class="entry"><a class="el" href="classcrow_1_1mustache_1_1invalid__template__exception.html">crow::mustache::invalid_template_exception</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr>
</table></div><!-- contents -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a2a598ed4d91525b8642ec0c0c4b711a9"><td class="memItemLeft" align="right" valign="top"><a id="a2a598ed4d91525b8642ec0c0c4b711a9"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>invalid_template_exception</b> (const std::string &amp;msg)</td></tr>
<tr class="separator:a2a598ed4d91525b8642ec0c0c4b711a9"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a52959ee8c3564cffd8d173453df9eda2"><td class="memItemLeft" align="right" valign="top"><a id="a52959ee8c3564cffd8d173453df9eda2"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>invalid_template_exception</b> (const std::string &amp;msg_)</td></tr>
<tr class="separator:a52959ee8c3564cffd8d173453df9eda2"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac7fa382187fc426bca817bc56b1ffed9"><td class="memItemLeft" align="right" valign="top"><a id="ac7fa382187fc426bca817bc56b1ffed9"></a>
virtual const char *&#160;</td><td class="memItemRight" valign="bottom"><b>what</b> () const override throw ()</td></tr>
<tr class="separator:ac7fa382187fc426bca817bc56b1ffed9"><td class="memSeparator" colspan="2">&#160;</td></tr>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var classcrow_1_1mustache_1_1invalid__template__exception =
[
[ "invalid_template_exception", "classcrow_1_1mustache_1_1invalid__template__exception.html#a2a598ed4d91525b8642ec0c0c4b711a9", null ],
[ "invalid_template_exception", "classcrow_1_1mustache_1_1invalid__template__exception.html#a52959ee8c3564cffd8d173453df9eda2", null ],
[ "what", "classcrow_1_1mustache_1_1invalid__template__exception.html#ac7fa382187fc426bca817bc56b1ffed9", null ],
[ "msg", "classcrow_1_1mustache_1_1invalid__template__exception.html#a6ec8bc8b03e34a5d2443d2f080e9b739", null ]
];
2 changes: 1 addition & 1 deletion master/reference/cors_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
<div class="line"><a name="l00198"></a><span class="lineno"> 198</span>&#160; }</div>
<div class="line"><a name="l00199"></a><span class="lineno"> 199</span>&#160; </div>
<div class="line"><a name="l00200"></a><span class="lineno"> 200</span>&#160;} <span class="comment">// namespace crow</span></div>
<div class="ttc" id="aclasscrow_1_1_blueprint_html"><div class="ttname"><a href="classcrow_1_1_blueprint.html">crow::Blueprint</a></div><div class="ttdoc">A blueprint can be considered a smaller section of a Crow app, specifically where the router is conce...</div><div class="ttdef"><b>Definition:</b> routing.h:1111</div></div>
<div class="ttc" id="aclasscrow_1_1_blueprint_html"><div class="ttname"><a href="classcrow_1_1_blueprint.html">crow::Blueprint</a></div><div class="ttdoc">A blueprint can be considered a smaller section of a Crow app, specifically where the router is conce...</div><div class="ttdef"><b>Definition:</b> routing.h:1113</div></div>
<div class="ttc" id="anamespacecrow_html"><div class="ttname"><a href="namespacecrow.html">crow</a></div><div class="ttdoc">The main namespace of the library. In this namespace is defined the most important classes and functi...</div></div>
<div class="ttc" id="anamespacecrow_html_ac0940ae1e094df6107d3a2604537279a"><div class="ttname"><a href="namespacecrow.html#ac0940ae1e094df6107d3a2604537279a">crow::get_header_value</a></div><div class="ttdeci">const std::string &amp; get_header_value(const T &amp;headers, const std::string &amp;key)</div><div class="ttdoc">Find and return the value associated with the key. (returns an empty string if nothing is found)</div><div class="ttdef"><b>Definition:</b> http_request.h:24</div></div>
<div class="ttc" id="astructcrow_1_1_c_o_r_s_handler_1_1context_html"><div class="ttname"><a href="structcrow_1_1_c_o_r_s_handler_1_1context.html">crow::CORSHandler::context</a></div><div class="ttdef"><b>Definition:</b> cors.h:135</div></div>
Expand Down
6 changes: 3 additions & 3 deletions master/reference/functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -356,10 +356,10 @@ <h3><a id="index_m"></a>- m -</h3><ul>
: <a class="el" href="classcrow_1_1_web_socket_rule.html#ad4d8b25025e767fbe9af7f7c4263c2cb">crow::WebSocketRule&lt; App &gt;</a>
</li>
<li>message()
: <a class="el" href="structcrow_1_1multipart_1_1message.html#a0007fa0cadffae1a8d16fac169d1527b">crow::multipart::message</a>
: <a class="el" href="structcrow_1_1multipart_1_1message.html#a04ffb20817903d00334268d31f635621">crow::multipart::message</a>
</li>
<li>message_view()
: <a class="el" href="structcrow_1_1multipart_1_1message__view.html#ae01a2e1676ca9d22d625200df14b88fe">crow::multipart::message_view</a>
: <a class="el" href="structcrow_1_1multipart_1_1message__view.html#ab2985a84afde169fb89fc35e430106db">crow::multipart::message_view</a>
</li>
<li>methods()
: <a class="el" href="structcrow_1_1_c_o_r_s_rules.html#a345cef92c2f28444e505646d429717cb">crow::CORSRules</a>
Expand Down Expand Up @@ -406,7 +406,7 @@ <h3><a id="index_o"></a>- o -</h3><ul>
: <a class="el" href="classcrow_1_1json_1_1rvalue.html#a2d5dd8607112a132fe070dee432987ae">crow::json::rvalue</a>
</li>
<li>operator&lt;&lt;
: <a class="el" href="structcrow_1_1multipart_1_1padded.html#a27b10196d6f596db53102988da72e47e">crow::multipart::padded</a>
: <a class="el" href="structcrow_1_1multipart_1_1padded.html#a65a7ba8beab915313c5d078727151776">crow::multipart::padded</a>
</li>
<li>origin()
: <a class="el" href="structcrow_1_1_c_o_r_s_rules.html#a1d7a6517c7c256046065b2a02a25f6fa">crow::CORSRules</a>
Expand Down
4 changes: 2 additions & 2 deletions master/reference/functions_func.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,10 +311,10 @@ <h3><a id="index_m"></a>- m -</h3><ul>
: <a class="el" href="classcrow_1_1_web_socket_rule.html#ad4d8b25025e767fbe9af7f7c4263c2cb">crow::WebSocketRule&lt; App &gt;</a>
</li>
<li>message()
: <a class="el" href="structcrow_1_1multipart_1_1message.html#a0007fa0cadffae1a8d16fac169d1527b">crow::multipart::message</a>
: <a class="el" href="structcrow_1_1multipart_1_1message.html#a04ffb20817903d00334268d31f635621">crow::multipart::message</a>
</li>
<li>message_view()
: <a class="el" href="structcrow_1_1multipart_1_1message__view.html#ae01a2e1676ca9d22d625200df14b88fe">crow::multipart::message_view</a>
: <a class="el" href="structcrow_1_1multipart_1_1message__view.html#ab2985a84afde169fb89fc35e430106db">crow::multipart::message_view</a>
</li>
<li>methods()
: <a class="el" href="structcrow_1_1_c_o_r_s_rules.html#a345cef92c2f28444e505646d429717cb">crow::CORSRules</a>
Expand Down
2 changes: 1 addition & 1 deletion master/reference/functions_rela.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<div class="contents">
&#160;<ul>
<li>operator&lt;&lt;
: <a class="el" href="structcrow_1_1multipart_1_1padded.html#a27b10196d6f596db53102988da72e47e">crow::multipart::padded</a>
: <a class="el" href="structcrow_1_1multipart_1_1padded.html#a65a7ba8beab915313c5d078727151776">crow::multipart::padded</a>
</li>
</ul>
</div><!-- contents -->
Expand Down
Loading

0 comments on commit 024d666

Please sign in to comment.