文件名称:http-header-kit:基于PSR-7PHP 7.1+(包括PHP 8)的HTTP标头工具包
文件大小:77KB
文件格式:ZIP
更新时间:2024-02-24 13:45:46
http php7 cookie php-library http-header
基于PSR-7PHP 7.1+(包括PHP 8)的HTTP标头工具包 安装 composer require sunrise/http-header-kit 如何使用? HTTP标头集合 更有用的信息: composer require sunrise/http-header-collection // Creates the header collection $ headers = new \ Sunrise \ Http \ Header \ HeaderCollection ([ new \ Sunrise \ Http \ Header \ HeaderAllow ( 'O
【文件预览】:
http-header-kit-master
----.gitignore(93B)
----src()
--------HeaderEtag.php(2KB)
--------HeaderClearSiteData.php(2KB)
--------HeaderContentRange.php(3KB)
--------HeaderRefresh.php(2KB)
--------HeaderExpires.php(2KB)
--------AbstractHeader.php(1KB)
--------HeaderAccessControlAllowOrigin.php(2KB)
--------HeaderAccessControlAllowHeaders.php(2KB)
--------HeaderTrailer.php(2KB)
--------HeaderContentEncoding.php(2KB)
--------HeaderRetryAfter.php(2KB)
--------HeaderSetCookie.php(8KB)
--------HeaderContentMD5.php(2KB)
--------HeaderConnection.php(2KB)
--------HeaderLastModified.php(2KB)
--------HeaderAge.php(2KB)
--------HeaderAllow.php(2KB)
--------HeaderContentLength.php(2KB)
--------HeaderContentSecurityPolicyReportOnly.php(706B)
--------HeaderKeepAlive.php(3KB)
--------HeaderDate.php(2KB)
--------HeaderSunset.php(2KB)
--------HeaderContentDisposition.php(4KB)
--------HeaderAccessControlAllowMethods.php(2KB)
--------HeaderVary.php(2KB)
--------HeaderContentSecurityPolicy.php(3KB)
--------HeaderTransferEncoding.php(2KB)
--------HeaderLocation.php(2KB)
--------HeaderCacheControl.php(3KB)
--------HeaderContentLanguage.php(2KB)
--------HeaderLink.php(3KB)
--------HeaderAccessControlAllowCredentials.php(881B)
--------HeaderWarning.php(5KB)
--------HeaderAccessControlMaxAge.php(2KB)
--------HeaderAccessControlExposeHeaders.php(2KB)
--------HeaderContentLocation.php(2KB)
--------HeaderContentType.php(4KB)
--------HeaderWWWAuthenticate.php(5KB)
--------HeaderCookie.php(1KB)
----.travis.yml(342B)
----phpcs.xml.dist(182B)
----LICENSE(1KB)
----composer.json(1KB)
----README.md(20KB)
----tests()
--------HeaderAllowTest.php(4KB)
--------HeaderWWWAuthenticateTest.php(9KB)
--------HeaderWarningTest.php(7KB)
--------HeaderAccessControlAllowHeadersTest.php(4KB)
--------HeaderContentLengthTest.php(2KB)
--------HeaderAccessControlAllowCredentialsTest.php(2KB)
--------HeaderContentDispositionTest.php(8KB)
--------HeaderConnectionTest.php(3KB)
--------HeaderAccessControlAllowOriginTest.php(6KB)
--------HeaderClearSiteDataTest.php(3KB)
--------HeaderExpiresTest.php(3KB)
--------HeaderContentTypeTest.php(7KB)
--------HeaderEtagTest.php(2KB)
--------HeaderContentSecurityPolicyReportOnlyTest.php(6KB)
--------HeaderLinkTest.php(7KB)
--------HeaderLocationTest.php(2KB)
--------HeaderSetCookieTest.php(10KB)
--------HeaderRefreshTest.php(3KB)
--------HeaderAccessControlAllowMethodsTest.php(4KB)
--------HeaderAccessControlExposeHeadersTest.php(4KB)
--------HeaderLastModifiedTest.php(3KB)
--------HeaderCacheControlTest.php(6KB)
--------HeaderContentLocationTest.php(2KB)
--------HeaderVaryTest.php(4KB)
--------HeaderContentLanguageTest.php(4KB)
--------HeaderTransferEncodingTest.php(4KB)
--------HeaderContentRangeTest.php(3KB)
--------HeaderDateTest.php(3KB)
--------HeaderKeepAliveTest.php(6KB)
--------HeaderSunsetTest.php(3KB)
--------HeaderContentMD5Test.php(3KB)
--------HeaderContentEncodingTest.php(3KB)
--------HeaderAgeTest.php(2KB)
--------HeaderAccessControlMaxAgeTest.php(3KB)
--------HeaderTrailerTest.php(2KB)
--------HeaderContentSecurityPolicyTest.php(6KB)
--------HeaderRetryAfterTest.php(3KB)
----.scrutinizer.yml(297B)
----phpunit.xml.dist(328B)
----renovate.json(41B)
----.editorconfig(258B)