This commit is contained in:
RubenVerborgh
2021-01-15 14:44:45 +00:00
parent 7b5f76302d
commit 0b926a3457
496 changed files with 4141 additions and 4155 deletions

View File

@@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>CorsHandler | Community Solid Server - v0.4.1</title>
<meta name="description" content="Documentation for Community Solid Server - v0.4.1">
<title>CorsHandler | Community Solid Server - v0.5.0</title>
<meta name="description" content="Documentation for Community Solid Server - v0.5.0">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
<script async src="../assets/js/search.js" id="search-script"></script>
@@ -23,7 +23,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">Community Solid Server - v0.4.1</a>
<a href="../index.html" class="title">Community Solid Server - v0.5.0</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
@@ -52,7 +52,7 @@
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../modules.html">Community Solid Server - v0.4.1</a>
<a href="../modules.html">Community Solid Server - v0.5.0</a>
</li>
<li>
<a href="../modules/index.html">index</a>
@@ -73,6 +73,10 @@
<div class="lead">
<p>Handler that sets CORS options on the response.</p>
</div>
<p>Solid, §7.1: &quot;A data pod MUST implement the CORS protocol [FETCH] such that, to the extent possible,
the browser allows Solid apps to send any request and combination of request headers to the data pod,
and the Solid app can read any response and response headers received from the data pod.&quot;
Full details: <a href="https://solid.github.io/specification/protocol#cors-server">https://solid.github.io/specification/protocol#cors-server</a></p>
</div>
</section>
<section class="tsd-panel tsd-hierarchy">
@@ -128,7 +132,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="server_httphandler.httphandler.html">HttpHandler</a>.<a href="server_httphandler.httphandler.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/409782c/src/server/middleware/CorsHandler.ts#L27">src/server/middleware/CorsHandler.ts:27</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/c469df2/src/server/middleware/CorsHandler.ts#L32">src/server/middleware/CorsHandler.ts:32</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -150,7 +154,7 @@
<div class="tsd-signature tsd-kind-icon">cors<wbr>Handler<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">RequestHandler</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/409782c/src/server/middleware/CorsHandler.ts#L27">src/server/middleware/CorsHandler.ts:27</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/c469df2/src/server/middleware/CorsHandler.ts#L32">src/server/middleware/CorsHandler.ts:32</a></li>
</ul>
</aside>
</section>
@@ -168,7 +172,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="server_httphandler.httphandler.html">HttpHandler</a>.<a href="server_httphandler.httphandler.html#canhandle">canHandle</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/409782c/src/util/AsyncHandler.ts#L13">src/util/AsyncHandler.ts:13</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/c469df2/src/util/AsyncHandler.ts#L13">src/util/AsyncHandler.ts:13</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
@@ -202,7 +206,7 @@
<aside class="tsd-sources">
<p>Overrides <a href="server_httphandler.httphandler.html">HttpHandler</a>.<a href="server_httphandler.httphandler.html#handle">handle</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/409782c/src/server/middleware/CorsHandler.ts#L34">src/server/middleware/CorsHandler.ts:34</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/c469df2/src/server/middleware/CorsHandler.ts#L39">src/server/middleware/CorsHandler.ts:39</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -226,7 +230,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="server_httphandler.httphandler.html">HttpHandler</a>.<a href="server_httphandler.httphandler.html#handlesafe">handleSafe</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/409782c/src/util/AsyncHandler.ts#L35">src/util/AsyncHandler.ts:35</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/c469df2/src/util/AsyncHandler.ts#L35">src/util/AsyncHandler.ts:35</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">