-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated deployment: Fri May 3 18:57:44 UTC 2024 3.3.0
- Loading branch information
0 parents
commit 64a55c9
Showing
12 changed files
with
5,960 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,361 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<meta name="description" content="DotKernel's middleware for setting and overwriting custom response headers."> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<meta name="docsearch:version" content="3.0.0,latest"> | ||
<meta name="docsearch:language" content="en"> | ||
<meta name="docsearch:component" content="dot-response-header"> | ||
|
||
|
||
<link rel="canonical" href="https://docs.dotkernel.org/dot-response-header/"> | ||
|
||
|
||
<link rel="shortcut icon" href="https://docs.dotkernel.org/img/dk_logomark.svg"> | ||
|
||
|
||
<title>dot-response-header - DotKernel Documentation</title> | ||
|
||
<link rel="stylesheet" href="https://docs.dotkernel.org/css/bootstrap.css"> | ||
<link rel="stylesheet" href="https://docs.dotkernel.org/css/bootstrap-icons.min.css"> | ||
<link rel="stylesheet" href="https://docs.dotkernel.org/css/docs.css"> | ||
<script src="https://docs.dotkernel.org//js/bootstrap.js" defer></script> | ||
<script src="https://docs.dotkernel.org//js/docs.js" defer></script> | ||
<script src="https://docs.dotkernel.org//js/scripts.js" defer></script> | ||
</head> | ||
<body data-bs-spy="scroll" data-bs-target=".toc" data-bs-offset="100"> | ||
|
||
|
||
<nav class="navbar navbar-expand-lg bg-body-tertiary bg-light dk-nav py-3" data-bs-theme="light"> | ||
<div class="container justify-content-between"> | ||
<div class="dk-nav-icon d-flex align-items-center"> | ||
<a class="navbar-brand" href="https://docs.dotkernel.org/"> | ||
<img src="https://docs.dotkernel.org//img/dk_logomark_white.svg" alt="DotKernel Logo" width="45" height="50" class="d-inline-block align-text-top" /> | ||
</a> | ||
|
||
<div class="dk-nav-icon-items"> | ||
<span style="font-size: 12px; line-height: 13px">DotKernel Documentation</span> | ||
|
||
<div class="dropdown" data-bs-theme="light"> | ||
<span class="fw-bold dropdown-toggle dk-pkg-name" data-bs-toggle="dropdown" aria-expanded="false">Packages</span> | ||
<ul class="dropdown-menu"> | ||
<li class="dropdown-item"> | ||
<a href="https://docs.dotkernel.org/api/" class="nav-link d-flex gap-4 align-items-center"> | ||
<img src="https://docs.dotkernel.org/img/dk_logomark.svg" alt="DotKernel Logo" width="45" height="50" class="d-inline-block align-text-top" /> | ||
<div> | ||
<span class="fw-bold d-block">API</span> | ||
<span>DotKernel API</span> | ||
</div> | ||
</a> | ||
</li> | ||
|
||
<li class="dropdown-item"> | ||
<a href="https://docs.dotkernel.org/admin/" class="nav-link d-flex gap-4 align-items-center"> | ||
<img src="https://docs.dotkernel.org/img/dk_logomark.svg" alt="DotKernel Logo" width="45" height="50" class="d-inline-block align-text-top" /> | ||
<div> | ||
<span class="fw-bold d-block">Admin</span> | ||
<span>DotKernel admin application</span> | ||
</div> | ||
</a> | ||
</li> | ||
|
||
<li class="dropdown-item"> | ||
<a href="https://docs.dotkernel.org/frontend/" class="nav-link d-flex gap-4 align-items-center"> | ||
<img src="https://docs.dotkernel.org/img/dk_logomark.svg" alt="DotKernel Logo" width="45" height="50" class="d-inline-block align-text-top" /> | ||
<div> | ||
<span class="fw-bold d-block">Frontend</span> | ||
<span>DotKernel frontend application</span> | ||
</div> | ||
</a> | ||
</li> | ||
|
||
<li class="dropdown-item bg-light"> | ||
<a href="https://docs.dotkernel.org/packages/" class="nav-link d-flex gap-4 align-items-center"> | ||
<img src="https://docs.dotkernel.org/img/dk_logomark.svg" alt="DotKernel Logo" width="45" height="50" class="d-inline-block align-text-top" /> | ||
<div> | ||
<span class="fw-bold d-block">Packages</span> | ||
<span>DotKernel packages</span> | ||
</div> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
|
||
<div class="collapse navbar-collapse" id="navbarText"> | ||
<ul class="navbar-nav ms-auto mb-2 mb-lg-0"> | ||
<!-- <li class="nav-item">--> | ||
<!-- <a href="#" class="nav-link fw-bold text-white" data-bs-toggle="modal" data-bs-target="#mkdocs_search_modal" title="Open search">--> | ||
<!-- <i class="bi bi-search"></i> Search--> | ||
<!-- </a>--> | ||
<!-- </li>--> | ||
<li class="nav-item"> | ||
<a class="nav-link fw-bold text-white" href="https://github.com/dotkernel/dot-response-header" title="Go to dot-response-header repository" target="_blank"> | ||
<i class="bi bi-github"></i> | ||
GitHub | ||
</a> | ||
</li> | ||
<li class="nav-item"> | ||
|
||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
|
||
<div class="container"> | ||
<nav aria-label="breadcrumb" class="nav_breadcrumb"> | ||
<ol class="breadcrumb"> | ||
|
||
<li class="breadcrumb-item"><a href="https://docs.dotkernel.org/">Overview</a></li> | ||
<li class="breadcrumb-item"><a href="https://docs.dotkernel.org/packages/">Packages</a></li> | ||
|
||
|
||
<li class="breadcrumb-item">dot-response-header</li> | ||
|
||
|
||
</ol> | ||
</nav> | ||
</div> | ||
|
||
|
||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-3 right_sidebar"> | ||
|
||
|
||
<div class="subnavigation hidden-print"> | ||
<!-- <h4 class="subnavigation__title">--> | ||
<!-- <a href=".">dot-response-header</a>--> | ||
<!-- </h4>--> | ||
|
||
<h5 class="subnavigation__title">Table of Contents</h5> | ||
|
||
<ul class="subnavigation__list"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<li class="subnavigation__list-item "> | ||
<a href="v3/overview/" class="subnavigation__link">Overview</a> | ||
</li> | ||
|
||
|
||
|
||
<li class="subnavigation__list-item "> | ||
<a href="v3/installation/" class="subnavigation__link">Installation</a> | ||
</li> | ||
|
||
|
||
|
||
<li class="subnavigation__list-item "> | ||
<a href="v3/configuration/" class="subnavigation__link">Configuration</a> | ||
</li> | ||
|
||
|
||
|
||
<li class="subnavigation__list-item "> | ||
<a href="v3/usage/" class="subnavigation__link">Usage</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
</ul> | ||
</div> | ||
|
||
|
||
|
||
|
||
|
||
</div> | ||
<div class="col-lg-9 main_docs"> | ||
|
||
|
||
|
||
|
||
|
||
<h1>dot-response-header</h1> | ||
<p>DotKernel's middleware for setting and overwriting custom response headers.</p> | ||
|
||
|
||
<h2>Installation</h2> | ||
<h3>Using Composer</h3> | ||
<pre class="highlight line-numbers"> | ||
<i class="bi bi-copy copy_btn" onclick="copy(this)"></i> | ||
<code class="language-bash">$ composer require dotkernel/dot-response-header</code> | ||
</pre> | ||
|
||
|
||
<h2>Support</h2> | ||
<ul> | ||
<li>Issues: <a href="https://github.com/dotkernel/dot-response-header/issues">github.com/dotkernel/dot-response-header/issues</a></li> | ||
<li>Source: <a href="https://github.com/dotkernel/dot-response-header">github.com/dotkernel/dot-response-header</a></li> | ||
</ul> | ||
|
||
|
||
|
||
|
||
<nav> | ||
<ul class="page-nav hidden-print"> | ||
|
||
<li class="page-nav__item"> | ||
|
||
</li> | ||
|
||
|
||
<li class="page-nav__item"> | ||
|
||
<a rel="next" class="page-nav__link page-nav__link--next" href="v3/overview/"> | ||
<small class="page-nav__label">Next</small> | ||
Overview | ||
<i class="bi bi-chevron-right"></i> | ||
</a> | ||
|
||
</li> | ||
</ul> | ||
</nav> | ||
|
||
|
||
|
||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<footer class="footer"> | ||
<div class="container"> | ||
|
||
<div class="row"> | ||
<div class="col-md-9"> | ||
<div class="footer_head"> | ||
<p>DotKernel</p> | ||
</div> | ||
|
||
<div class="row"> | ||
<div class="col-md-6 dk_widget"> | ||
<p>DotKernel Frontend</p> | ||
<a href="https://docs.dotkernel.org/frontend/" target="_blank"> | ||
<i class="bi bi-arrow-return-right"></i> | ||
DotKernel web starter project suitable for frontend applications | ||
</a> | ||
</div> | ||
|
||
<div class="col-md-6 dk_widget"> | ||
<p>DotKernel API</p> | ||
<a href="https://docs.dotkernel.org/api/" target="_blank"> | ||
<i class="bi bi-arrow-return-right"></i> | ||
DotKernel web starter project suitable for building RESTful APIs | ||
</a> | ||
</div> | ||
|
||
<div class="col-md-6 dk_widget"> | ||
<p>DotKernel Admin</p> | ||
|
||
<a href="https://docs.dotkernel.org/admin/" target="_blank"> | ||
<i class="bi bi-arrow-return-right"></i> | ||
DotKernel web starter project suitable for admin applications | ||
</a> | ||
</div> | ||
|
||
<div class="col-md-6 dk_widget"> | ||
<p>DotKernel Packages</p> | ||
<a href="https://docs.dotkernel.org/packages/" target="_blank"> | ||
<i class="bi bi-arrow-return-right"></i> | ||
DotKernel packages offering a wide range of tools | ||
</a> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
<div class="col-md-3"> | ||
<div class="footer_head"> | ||
<p>Support</p> | ||
</div> | ||
<ul class="support__list"> | ||
<li class="support__list-item"> | ||
<a href="https://github.com/dotkernel" class="support__link" title="GitHub" target="_blank"> | ||
<i class="bi bi-github"></i> GitHub | ||
</a> | ||
</li> | ||
<li class="support__list-item"> | ||
<a href="https://dotkernel.slack.com" class="support__link" title="Slack" target="_blank"> | ||
<i class="bi bi-slack"></i> Slack | ||
</a> | ||
</li> | ||
<li class="support__list-item"> | ||
<a href="https://twitter.com/dotkernel" class="support__link" title="X (Twitter)" target="_blank"> | ||
<i class="bi bi-twitter-x"></i> Twitter | ||
</a> | ||
</li> | ||
|
||
<li class="support__list-item"> | ||
<a href="https://www.dotkernel.com/blog/" class="support__link" title="Blog" target="_blank"> | ||
<i class="bi bi-file-post"></i> Blog | ||
</a> | ||
</li> | ||
<li class="support__list-item"> | ||
<a href="https://www.dotkernel.com/feed/" class="support__link" title="Blog feed" target="_blank"> | ||
<i class="bi bi-rss-fill"></i> Feed | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
<div class="footer_copy"> | ||
© 2024 by <a href="https://www.dotkernel.com/" target="_blank">DotKernel</a> a collection of PSR-7 Middleware applications and libraries | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
<script> | ||
let base_url = '.', | ||
project = "packages", | ||
siteName = 'dot-response-header'; | ||
</script> | ||
<!-- --> | ||
<!-- <div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="Search Modal" aria-hidden="true"> | ||
<div class="modal-dialog modal-lg" role="document"> | ||
<div class="modal-content"> | ||
<div class="modal-header"> | ||
<h5 class="modal-title">Search</h5> | ||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> | ||
</div> | ||
<div class="modal-body"> | ||
<form role="form"> | ||
<div class="form-group"> | ||
<input type="text" class="form-control" placeholder="Search in dot-response-header" id="mkdocs-search-query"> | ||
</div> | ||
</form> | ||
<div id="mkdocs-search-results"></div> | ||
</div> | ||
</div> | ||
</div> | ||
</div>--> | ||
</body> | ||
</html> | ||
|
||
<!-- | ||
MkDocs version : 1.6.0 | ||
Build Date UTC : 2024-05-03 18:57:43.473838+00:00 | ||
--> |
Oops, something went wrong.