Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ For a full diff see [`v1.1.2...main`][v1.1.2...main].

- Added `CHANGELOG.md` ([#25]), by [@localheinz]

### Fixed

- Updated links to RFCs ([#24]), by [@localheinz]

## [`v1.1.2`][v1.1.2]

For a full diff see [`v1.1.1...v1.1.2`][v1.1.1...v1.1.2].
Expand Down Expand Up @@ -52,5 +56,6 @@ For a full diff see [`1091250...v1.0.0`][1091250...v1.0.0].
[v1.1.2...main]: https://github.com/teapot-php/status-code/compare/v1.1.2...main

[#24]: https://github.com/teapot-php/status-code/pull/24
[#25]: https://github.com/teapot-php/status-code/pull/25

[@localheinz]: https://github.com/localheinz
4 changes: 2 additions & 2 deletions src/RFC/PEP.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ interface PEP extends ExpiredStatus, IETFStream
* Implementers may note the similarity to the way authentication
* challenges are issued with the 401 (Unauthorized) status-code.
*
* @link http://www.w3.org/TR/WD-http-pep-971121.html#_Toc404743960
* @link https://www.w3.org/TR/WD-http-pep-971121.html#_Toc404743960
* @deprecated
* @var int
*/
Expand All @@ -79,7 +79,7 @@ interface PEP extends ExpiredStatus, IETFStream
* believes that it can find a unique set of header fields for which the
* transaction will succeed.
*
* @link http://www.w3.org/TR/WD-http-pep-971121.html#_Toc404743961
* @link https://www.w3.org/TR/WD-http-pep-971121.html#_Toc404743961
* @deprecated
* @var int
*/
Expand Down
2 changes: 1 addition & 1 deletion src/RFC/RFC2295.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ interface RFC2295 extends ExperimentalStatus, IETFStream
* Transparent content negotiation for the request results in a circular
* reference.
*
* @link http://tools.ietf.org/search/rfc2295#section-8.1
* @link https://datatracker.ietf.org/doc/html/rfc2295#section-8.1
*
* @var int
*/
Expand Down
2 changes: 1 addition & 1 deletion src/RFC/RFC2324.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ interface RFC2324 extends InformationalStatus, LegacyStream
* The HTCPCP server is a teapot; the resulting entity may be short and
* stout. Demonstrations of this behaviour exist.
*
* @link http://www.ietf.org/rfc/rfc2324.txt
* @link https://datatracker.ietf.org/doc/html/rfc2324#section-2.3.2
*
* @var int
*/
Expand Down
24 changes: 12 additions & 12 deletions src/RFC/RFC2326.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ interface RFC2326 extends ProposedStandard, IETFStream
* The recipient of the request does not support one or more parameters
* contained in the request.
*
* @link http://www.ietf.org/rfc/rfc2326.txt
* @link https://datatracker.ietf.org/doc/html/rfc2326#section-11.3.2
*
* @var int
*/
Expand All @@ -62,7 +62,7 @@ interface RFC2326 extends ProposedStandard, IETFStream
* The conference indicated by a Conference header field is unknown to the
* media server.
*
* @link http://www.ietf.org/rfc/rfc2326.txt
* @link https://datatracker.ietf.org/doc/html/rfc2326#section-11.3.3
*
* @var int
*/
Expand All @@ -72,7 +72,7 @@ interface RFC2326 extends ProposedStandard, IETFStream
* The request was refused because there was insufficient bandwidth.
* This may, for example, be the result of a resource reservation failure.
*
* @link http://www.ietf.org/rfc/rfc2326.txt
* @link https://datatracker.ietf.org/doc/html/rfc2326#section-11.3.4
*
* @var int
*/
Expand All @@ -82,7 +82,7 @@ interface RFC2326 extends ProposedStandard, IETFStream
* The RTSP session identifier in the Session header is missing, invalid,
* or has timed out.
*
* @link http://www.ietf.org/rfc/rfc2326.txt
* @link https://datatracker.ietf.org/doc/html/rfc2326#section-11.3.5
*
* @var int
*/
Expand All @@ -93,7 +93,7 @@ interface RFC2326 extends ProposedStandard, IETFStream
* The response SHOULD contain an Allow header to make error recovery
* easier.
*
* @link http://www.ietf.org/rfc/rfc2326.txt
* @link https://datatracker.ietf.org/doc/html/rfc2326#section-11.3.6
*
* @var int
*/
Expand All @@ -104,7 +104,7 @@ interface RFC2326 extends ProposedStandard, IETFStream
* PLAY contains the Range header field but the stream does not allow
* seeking.
*
* @link http://www.ietf.org/rfc/rfc2326.txt
* @link https://datatracker.ietf.org/doc/html/rfc2326#section-11.3.7
*
* @var int
*/
Expand All @@ -114,7 +114,7 @@ interface RFC2326 extends ProposedStandard, IETFStream
* The Range value given is out of bounds, e.g., beyond the end of the
* presentation.
*
* @link http://www.ietf.org/rfc/rfc2326.txt
* @link https://datatracker.ietf.org/doc/html/rfc2326#section-11.3.8
*
* @var int
*/
Expand All @@ -123,7 +123,7 @@ interface RFC2326 extends ProposedStandard, IETFStream
/**
* The parameter to be set by SET_PARAMETER can be read but not modified.
*
* @link http://www.ietf.org/rfc/rfc2326.txt
* @link https://datatracker.ietf.org/doc/html/rfc2326#section-11.3.9
*
* @var int
*/
Expand All @@ -134,7 +134,7 @@ interface RFC2326 extends ProposedStandard, IETFStream
* is an aggregate (presentation) URL. The method may be applied on a
* stream URL.
*
* @link http://www.ietf.org/rfc/rfc2326.txt
* @link https://datatracker.ietf.org/doc/html/rfc2326#section-11.3.10
*
* @var int
*/
Expand All @@ -145,7 +145,7 @@ interface RFC2326 extends ProposedStandard, IETFStream
* is not an aggregate (presentation) URL. The method may be applied on the
* presentation URL.
*
* @link http://www.ietf.org/rfc/rfc2326.txt
* @link https://datatracker.ietf.org/doc/html/rfc2326#section-11.3.11
*
* @var int
*/
Expand All @@ -155,7 +155,7 @@ interface RFC2326 extends ProposedStandard, IETFStream
* The Transport field did not contain a supported transport
* specification.
*
* @link http://www.ietf.org/rfc/rfc2326.txt
* @link https://datatracker.ietf.org/doc/html/rfc2326#section-11.3.12
*
* @var int
*/
Expand All @@ -167,7 +167,7 @@ interface RFC2326 extends ProposedStandard, IETFStream
* be the result of a client attempt to place an invalid Destination
* parameter in the Transport field.
*
* @link http://www.ietf.org/rfc/rfc2326.txt
* @link https://datatracker.ietf.org/doc/html/rfc2326#section-11.3.13
*
* @var int
*/
Expand Down
2 changes: 1 addition & 1 deletion src/RFC/RFC2518.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ interface RFC2518 extends ProposedStandard, IETFStream
* This code indicates that the server has received and is processing the
* request, but no response is available yet.
*
* @link http://www.ietf.org/rfc/rfc2518.txt
* @link https://datatracker.ietf.org/doc/html/rfc2518#section-10.1
*
* @var int
*/
Expand Down
Loading