File manager - Edit - /usr/local/cpanel/3rdparty/perl/542/cpanel-lib/Net/WebSocket/X/BadHTTPMethod.pm
Back
package Net::WebSocket::X::BadHTTPMethod; use strict; use warnings; use Net::WebSocket::Constants (); use parent qw( Net::WebSocket::X::Base ); sub _new { my ($class, $method) = @_; my $str = "Received invalid HTTP request method: $method"; $str .= " - must be " . Net::WebSocket::Constants::REQUIRED_HTTP_METHOD(); return $class->SUPER::_new( $str, method => $method, ); } 1;
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings