PATH:
home
/
sarkas88.com
/
public_html
/
wp-includes
/
Requests
/
src
/
Exception
/
Http
<?php /** * Exception for 511 Network Authentication Required responses * * @link https://tools.ietf.org/html/rfc6585 * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 511 Network Authentication Required responses * * @link https://tools.ietf.org/html/rfc6585 * * @package Requests\Exceptions */ final class Status511 extends Http { /** * HTTP status code * * @var integer */ protected $code = 511; /** * Reason phrase * * @var string */ protected $reason = 'Network Authentication Required'; }
[-] Status429.php
[open]
[-] Status401.php
[open]
[-] Status410.php
[open]
[-] Status402.php
[open]
[-] Status417.php
[open]
[-] Status400.php
[open]
[-] Status412.php
[open]
[-] Status431.php
[open]
[-] Status503.php
[open]
[-] Status502.php
[open]
[-] Status428.php
[open]
[-] Status416.php
[open]
[-] Status403.php
[open]
[-] Status306.php
[open]
[-] Status414.php
[open]
[-] Status408.php
[open]
[-] Status411.php
[open]
[-] Status305.php
[open]
[-] Status415.php
[open]
[-] StatusUnknown.php
[open]
[-] Status504.php
[open]
[-] Status501.php
[open]
[-] Status413.php
[open]
[-] Status407.php
[open]
[-] Status406.php
[open]
[-] Status409.php
[open]
[-] Status404.php
[open]
[-] Status500.php
[open]
[+]
..
[-] Status511.php
[open]
[-] Status505.php
[open]
[-] Status405.php
[open]
[-] Status418.php
[open]
[-] Status304.php
[open]