This file is indexed.

/usr/share/doc/net-cpp/html/annotated.html is in libnet-cpp-doc 2.0.0-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://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.9.1"/>
<title>net-cpp: Class List</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">
  $(document).ready(initResizable);
  $(window).load(resizeHeight);
</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 style="padding-left: 0.5em;">
   <div id="projectname">net-cpp
   &#160;<span id="projectnumber">2.0.0</span>
   </div>
   <div id="projectbrief">C++11 library for networking purposes</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
</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">
$(document).ready(function(){initNavTree('annotated.html','');});
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">Class List</div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock">Here are the classes, structs, unions and interfaces with brief descriptions:</div><div class="directory">
<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span><span onclick="javascript:toggleLevel(3);">3</span><span onclick="javascript:toggleLevel(4);">4</span><span onclick="javascript:toggleLevel(5);">5</span><span onclick="javascript:toggleLevel(6);">6</span>]</div><table class="directory">
<tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">&#9660;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespacecore.html" target="_self">core</a></td><td class="desc"></td></tr>
<tr id="row_0_0_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_0_" class="arrow" onclick="toggleFolder('0_0_')">&#9660;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespacecore_1_1net.html" target="_self">net</a></td><td class="desc"></td></tr>
<tr id="row_0_0_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_0_0_" class="arrow" onclick="toggleFolder('0_0_0_')">&#9660;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespacecore_1_1net_1_1http.html" target="_self">http</a></td><td class="desc"></td></tr>
<tr id="row_0_0_0_0_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span id="arr_0_0_0_0_" class="arrow" onclick="toggleFolder('0_0_0_0_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classcore_1_1net_1_1http_1_1Client.html" target="_self">Client</a></td><td class="desc"></td></tr>
<tr id="row_0_0_0_0_0_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span id="arr_0_0_0_0_0_" class="arrow" onclick="toggleFolder('0_0_0_0_0_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structcore_1_1net_1_1http_1_1Client_1_1Errors.html" target="_self">Errors</a></td><td class="desc">Summarizes error conditions </td></tr>
<tr id="row_0_0_0_0_0_0_"><td class="entry"><span style="width:96px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structcore_1_1net_1_1http_1_1Client_1_1Errors_1_1HttpMethodNotSupported.html" target="_self">HttpMethodNotSupported</a></td><td class="desc"><a class="el" href="structcore_1_1net_1_1http_1_1Client_1_1Errors_1_1HttpMethodNotSupported.html" title="HttpMethodNotSupported is thrown if the underlying impl. does not support the requested HTTP method...">HttpMethodNotSupported</a> is thrown if the underlying impl. does not support the requested HTTP method </td></tr>
<tr id="row_0_0_0_0_1_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span id="arr_0_0_0_0_1_" class="arrow" onclick="toggleFolder('0_0_0_0_1_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structcore_1_1net_1_1http_1_1Client_1_1Timings.html" target="_self">Timings</a></td><td class="desc">Summarizes timing information about completed requests </td></tr>
<tr id="row_0_0_0_0_1_0_"><td class="entry"><span style="width:96px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structcore_1_1net_1_1http_1_1Client_1_1Timings_1_1Statistics.html" target="_self">Statistics</a></td><td class="desc"></td></tr>
<tr id="row_0_0_0_1_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structcore_1_1net_1_1http_1_1ContentType.html" target="_self">ContentType</a></td><td class="desc">Collection of known content types </td></tr>
<tr id="row_0_0_0_2_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classcore_1_1net_1_1http_1_1Error.html" target="_self">Error</a></td><td class="desc"></td></tr>
<tr id="row_0_0_0_3_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classcore_1_1net_1_1http_1_1Header.html" target="_self">Header</a></td><td class="desc">Encapsulates the headers of an HTTP request/response </td></tr>
<tr id="row_0_0_0_4_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span id="arr_0_0_0_4_" class="arrow" onclick="toggleFolder('0_0_0_4_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classcore_1_1net_1_1http_1_1Request.html" target="_self">Request</a></td><td class="desc">Encapsulates a request for a web resource </td></tr>
<tr id="row_0_0_0_4_0_" class="even"><td class="entry"><span style="width:80px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structcore_1_1net_1_1http_1_1Request_1_1Configuration.html" target="_self">Configuration</a></td><td class="desc">The <a class="el" href="structcore_1_1net_1_1http_1_1Request_1_1Configuration.html" title="The Configuration struct encapsulates all options for creating requests. ">Configuration</a> struct encapsulates all options for creating requests </td></tr>
<tr id="row_0_0_0_4_1_"><td class="entry"><span style="width:80px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structcore_1_1net_1_1http_1_1Request_1_1Credentials.html" target="_self">Credentials</a></td><td class="desc">The <a class="el" href="structcore_1_1net_1_1http_1_1Request_1_1Credentials.html" title="The Credentials struct encapsulates username and password for basic & digest authentication. ">Credentials</a> struct encapsulates username and password for basic &amp; digest authentication </td></tr>
<tr id="row_0_0_0_4_2_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span id="arr_0_0_0_4_2_" class="arrow" onclick="toggleFolder('0_0_0_4_2_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structcore_1_1net_1_1http_1_1Request_1_1Errors.html" target="_self">Errors</a></td><td class="desc">The <a class="el" href="structcore_1_1net_1_1http_1_1Request_1_1Errors.html" title="The Errors struct collects the Request-specific exceptions and error modes. ">Errors</a> struct collects the Request-specific exceptions and error modes </td></tr>
<tr id="row_0_0_0_4_2_0_"><td class="entry"><span style="width:96px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structcore_1_1net_1_1http_1_1Request_1_1Errors_1_1AlreadyActive.html" target="_self">AlreadyActive</a></td><td class="desc"><a class="el" href="structcore_1_1net_1_1http_1_1Request_1_1Errors_1_1AlreadyActive.html" title="AlreadyActive is thrown when *execute is called on an active request. ">AlreadyActive</a> is thrown when *execute is called on an active request </td></tr>
<tr id="row_0_0_0_4_3_" class="even"><td class="entry"><span style="width:80px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classcore_1_1net_1_1http_1_1Request_1_1Handler.html" target="_self">Handler</a></td><td class="desc">Encapsulates callbacks that can happen during request execution </td></tr>
<tr id="row_0_0_0_4_4_"><td class="entry"><span style="width:80px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structcore_1_1net_1_1http_1_1Request_1_1Progress.html" target="_self">Progress</a></td><td class="desc">The <a class="el" href="structcore_1_1net_1_1http_1_1Request_1_1Progress.html" title="The Progress struct encapsulates progress information for web-resource requests. ">Progress</a> struct encapsulates progress information for web-resource requests </td></tr>
<tr id="row_0_0_0_5_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structcore_1_1net_1_1http_1_1Response.html" target="_self">Response</a></td><td class="desc">The <a class="el" href="structcore_1_1net_1_1http_1_1Response.html" title="The Response struct models a response to a core::net::http::Request. ">Response</a> struct models a response to a <a class="el" href="classcore_1_1net_1_1http_1_1Request.html" title="The Request class encapsulates a request for a web resource. ">core::net::http::Request</a> </td></tr>
<tr id="row_0_0_0_6_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classcore_1_1net_1_1http_1_1StreamingClient.html" target="_self">StreamingClient</a></td><td class="desc"></td></tr>
<tr id="row_0_0_0_7_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classcore_1_1net_1_1http_1_1StreamingRequest.html" target="_self">StreamingRequest</a></td><td class="desc">Encapsulates a request for a web resource, streaming data to the receiver as it receives in addition to accumulating all incoming data </td></tr>
<tr id="row_0_0_1_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classcore_1_1net_1_1Error.html" target="_self">Error</a></td><td class="desc"></td></tr>
<tr id="row_0_0_2_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structcore_1_1net_1_1Uri.html" target="_self">Uri</a></td><td class="desc">Encapsulates the components of a URI </td></tr>
<tr id="row_0_1_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structcore_1_1Location.html" target="_self">Location</a></td><td class="desc"></td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="footer">Generated on Thu Jul 30 2015 09:17:59 for net-cpp by
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.9.1 </li>
  </ul>
</div>
</body>
</html>