Help for this page
sub socket_class { my $self = shift; (ref($self) || $self) . "::Socket"; }
package MyHttp; sub socket_class { "LWP::Protocol::http::Socket" }