Current section
Files
Jump to
Current section
Files
doc/cloudi_response_info.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Module cloudi_response_info</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="EDoc">
</head>
<body bgcolor="white">
<div class="navbar"><a name="#navbar_top"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
<hr>
<h1>Module cloudi_response_info</h1>
<ul class="index"><li><a href="#description">Description</a></li><li><a href="#index">Function Index</a></li><li><a href="#functions">Function Details</a></li></ul>
<h3><a name="CloudI_ResponseInfo_Creation">CloudI ResponseInfo Creation</a></h3>.
<p>Copyright © 2014-2017 Michael Truog</p>
<p><b>Version:</b> 1.7.1 Feb 26 2018 17:29:20
------------------------------------------------------------------------</p>
<p><b>Authors:</b> Michael Truog (<a href="mailto:mjtruog [at] gmail (dot) com"><tt>mjtruog [at] gmail (dot) com</tt></a>).</p>
<h2><a name="description">Description</a></h2>
<h3><a name="CloudI_ResponseInfo_Creation">CloudI ResponseInfo Creation</a></h3>
<h2><a name="index">Function Index</a></h2>
<table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#lookup_content_type-0">lookup_content_type/0</a></td><td>
<h4><a name="Provide_a_lookup_with_common_content_types.">Provide a lookup with common content types.</a></h4>.</td></tr>
<tr><td valign="top"><a href="#lookup_content_type-1">lookup_content_type/1</a></td><td>
<h4><a name="Provide_a_lookup_with_common_content_types_while_setting_string_type_of_the_content_type_value.">Provide a lookup with common content types while setting string type of the content type value.</a></h4>.</td></tr>
<tr><td valign="top"><a href="#lookup_content_type-2">lookup_content_type/2</a></td><td>
<h4><a name="Perform_a_lookup_on_a_file_extension_with_temporary_data_to_minimize_memory_consumption.">Perform a lookup on a file extension with temporary data to minimize memory consumption.</a></h4>.</td></tr>
</table>
<h2><a name="functions">Function Details</a></h2>
<h3 class="function"><a name="lookup_content_type-0">lookup_content_type/0</a></h3>
<div class="spec">
<p><tt>lookup_content_type() -> <a href="deps/trie/doc/trie.html#type-trie">trie:trie()</a></tt><br></p>
</div><p>
<h4><a name="Provide_a_lookup_with_common_content_types.">Provide a lookup with common content types.</a></h4>
</p>
<h3 class="function"><a name="lookup_content_type-1">lookup_content_type/1</a></h3>
<div class="spec">
<p><tt>lookup_content_type(X1::binary | list) -> <a href="deps/trie/doc/trie.html#type-trie">trie:trie()</a></tt><br></p>
</div><p>
<h4><a name="Provide_a_lookup_with_common_content_types_while_setting_string_type_of_the_content_type_value.">Provide a lookup with common content types while setting string type of the content type value.</a></h4>
</p>
<h3 class="function"><a name="lookup_content_type-2">lookup_content_type/2</a></h3>
<div class="spec">
<p><tt>lookup_content_type(Format::binary | list, FileExtension::string()) -> {ok, {request | attachment, binary() | string()}} | error</tt><br></p>
</div><p>
<h4><a name="Perform_a_lookup_on_a_file_extension_with_temporary_data_to_minimize_memory_consumption.">Perform a lookup on a file extension with temporary data to minimize memory consumption.</a></h4>
</p>
<hr>
<div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
<p><i>Generated by EDoc, Feb 26 2018, 17:29:20.</i></p>
</body>
</html>