-
Notifications
You must be signed in to change notification settings - Fork 1
/
AllUnits.html
98 lines (97 loc) · 5.17 KB
/
AllUnits.html
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>
<html lang="en">
<head>
<title>Brook Tardigrade: All Units</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="PasDoc 0.16.0">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="tipuesearch/tipuesearch.css">
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
</head>
<body>
<div class="container"><div class="navigation">
<h2><a href="index.html">Brook Tardigrade</a></h2><ul><li><a href="AllUnits.html">Units</a></li><li><a href="ClassHierarchy.html">Class Hierarchy</a></li><li><a href="AllClasses.html">Classes, Interfaces, Objects and Records</a></li><li><a href="AllTypes.html">Types</a></li><li><a href="AllVariables.html">Variables</a></li><li><a href="AllConstants.html">Constants</a></li><li><a href="AllFunctions.html">Functions and Procedures</a></li><li><a href="AllIdentifiers.html">Identifiers</a></li><li><form class="search-form" action="tipue_results.html"><div class="search-input"><input type="text" name="q" id="tipue_search_input" pattern=".{3,}" title="At least 3 characters" required><div class="search-button"><input type="button" id="tipue_search_button" onclick="this.form.submit();"></div></div></form>
<div style="clear: both"></div>
</li></ul></div><div class="content">
<h1 class="allitems">All Units</h1>
<table class="unitstable wide_list">
<tr class="listheader">
<th class="itemname">Name</th>
<th class="itemdesc">Description</th>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookExtra.html">BrookExtra</a></td>
<td class="itemdesc"><p>Contains useful extra types for the framework.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookHandledClasses.html">BrookHandledClasses</a></td>
<td class="itemdesc"><p>Base types supporting a library handle.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookHTTPAuthentication.html">BrookHTTPAuthentication</a></td>
<td class="itemdesc"><p>Contains classes for basic HTTP authentication.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookHTTPCookies.html">BrookHTTPCookies</a></td>
<td class="itemdesc"><p>Contains classes which handles server side cookies.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookHTTPRequest.html">BrookHTTPRequest</a></td>
<td class="itemdesc"><p>Contains class which receives data sent by the client.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookHTTPResponse.html">BrookHTTPResponse</a></td>
<td class="itemdesc"><p>Contains class which dispatches data to the client.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookHTTPServer.html">BrookHTTPServer</a></td>
<td class="itemdesc"><p>Contains classes which composes a fast event-driven HTTP(S) server.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookHTTPUploads.html">BrookHTTPUploads</a></td>
<td class="itemdesc"><p>Contains classes for upload handling.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookLibraryLoader.html">BrookLibraryLoader</a></td>
<td class="itemdesc"><p>Dynamic library loader.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookLogger.html">BrookLogger</a></td>
<td class="itemdesc"><p>Contains classes for basic logging.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookMathExpression.html">BrookMathExpression</a></td>
<td class="itemdesc"><p>Contains class to <a class="normal" href="BrookMathExpression.html#Evaluate">evaluate</a> mathematical expressions.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookMediaTypes.html">BrookMediaTypes</a></td>
<td class="itemdesc"><p>Contains classes for media types parsing.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookReader.html">BrookReader</a></td>
<td class="itemdesc"><p>Contains classes for reading text line by line from a string, stream or file.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookString.html">BrookString</a></td>
<td class="itemdesc"><p>String type used to represent a HTML body, POST payload and more.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookStringMap.html">BrookStringMap</a></td>
<td class="itemdesc"><p>String map used to represent HTML fields, query-string parameters and more.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookURLEntryPoints.html">BrookURLEntryPoints</a></td>
<td class="itemdesc"><p>Contains classes for handling URL entry-points.</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="BrookURLRouter.html">BrookURLRouter</a></td>
<td class="itemdesc"><p>Contains classes for fast URL routing.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="BrookUtility.html">BrookUtility</a></td>
<td class="itemdesc"><p>Utility functions of the framework.</p></td>
</tr>
</table>
<hr><span class="appinfo"><em>Generated by <a href="https://pasdoc.github.io/">PasDoc 0.16.0</a>. </em>
</span>
</div></div></body></html>