The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Net::SOCKS"

Net::SOCKS - a SOCKS client class River stage one • 1 direct dependent • 3 total dependents

my $sock = new Net::SOCKS(socks_addr => '192.168.1.3', socks_port => 1080, user_id => 'the_user', user_password => 'the_password', force_nonanonymous => 1, protocol_version => 5); To connect to a SOCKS server, specify the SOCKS server's hostname, por...

CLINTDW/SOCKS-0.03 - 19 May 1998 13:12:20 UTC

Net::Async::SOCKS - some degree of SOCKS5 proxy support in IO::Async River stage zero No dependents

Currently provides a very basic implementation of SOCKS_connect: $loop->connect( extensions => [qw(SOCKS)], SOCKS_host => 'localhost', SOCKS_port => 1080, host => '1.2.3.4', port => 80, )->then(sub { my ($stream) = @_; $stream->write("GET / HTTP/1.1....

PEVANS/Net-Async-SOCKS-0.003 - 03 Apr 2018 11:36:50 UTC

Net::Inspect::L5::Socks - handles empty connections River stage zero No dependents

This class is usually used together with Net::Inspect::L5::GuessProtocol to detect and ignore empty connections. It provides a "guess_protocol" method which returns a new object if the connection is closed and no data were transferred....

SULLR/Net-Inspect-0.330 - 19 Jan 2018 18:25:59 UTC

Net::SC - perl module for create the chain from the SOCKS/HTTP proxies. River stage one • 4 direct dependents • 4 total dependents

CONSTRUCTOR new TIMEOUT - Time Out in seconds. CHAIN_LEN - Length of chain. DEBUG - Debug level ( 0x00 | 0x01 | 0x02 | 0x04 ) 0x00 - Off 0x01 - Debug On 0x02 - Write all answers of socks servers. 0x04 - Write all requests of socks servers. 0x08 - Ext...

GOSHA/Net-SC-1.22 - 14 Nov 2009 15:56:57 UTC

Net::OSCAR - Implementation of AOL's OSCAR protocol for instant messaging (for interacting with AIM a.k.a. AOL IM a.k.a. AOL Instant Messenger - and ICQ, too!) River stage one • 1 direct dependent • 2 total dependents

TODDR/Net-OSCAR-1.928 - 07 Oct 2010 14:34:40 UTC

Net::Config - Local configuration data for libnet River stage five • 156 direct dependents • 10485 total dependents

"Net::Config" holds configuration data for the modules in the libnet distribution. During installation you will be asked for these values. The configuration data is held globally in a file in the perl installation tree, but a user may override any of...

SHAY/libnet-3.15 - 20 Mar 2023 19:15:53 UTC

Net::GitHub::V3 - Github API v3 River stage two • 14 direct dependents • 25 total dependents

<http://developer.github.com/v3/> ATTRIBUTES Authentication There are two ways to authenticate through GitHub API v3: login/pass my $gh = Net::GitHub::V3->new( login => $ENV{GITHUB_USER}, pass => $ENV{GITHUB_PASS} ); access_token my $gh = Net::GitHub...

FAYLAND/Net-GitHub-1.05 - 03 Oct 2022 03:23:11 UTC

Net::Async::HTTP - use HTTP with IO::Async River stage two • 25 direct dependents • 29 total dependents

This object class implements an asynchronous HTTP user agent. It sends requests to servers, returning Future instances to yield responses when they are received. The object supports multiple concurrent connections to servers, and allows multiple requ...

PEVANS/Net-Async-HTTP-0.49 - 06 Jun 2023 16:56:44 UTC

Net::GitHub::V4 - GitHub GraphQL API River stage two • 14 direct dependents • 25 total dependents

<https://developer.github.com/v4/> ATTRIBUTES Authentication access_token my $gh = Net::GitHub::V4->new( access_token => $ENV{GITHUB_ACCESS_TOKEN} ); raw_response my $gh = Net::GitHub::V4->new( # login/pass or access_token raw_response => 1 ); return...

FAYLAND/Net-GitHub-1.05 - 03 Oct 2022 03:23:11 UTC

Net::Proxy::Type - Get proxy type River stage one • 1 direct dependent • 4 total dependents

The "Net::Proxy::Type" is a module which can help you to get proxy type if you know host and port of the proxy server. Supported proxy types for now are: http proxy, https proxy, connect proxy, socks4 proxy and socks5 proxy....

OLEG/Net-Proxy-Type-0.09 - 10 Mar 2016 09:05:16 UTC

Net::SSH::Perl::Proxy - Use TCP proxy to connect to a host via SSH River stage two • 11 direct dependents • 12 total dependents

This class extends "Net::SSH::Perl" to allow connections through a SOCKS proxy....

BDFOY/Net-SSH-Perl-2.142 - 07 Aug 2023 18:38:24 UTC

Net::Curl::Simple::UserAgent - share some data between multiple Net::Curl::Simple objects River stage zero No dependents

"Net::Curl::Simple::UserAgent" provides a method to preset some options for multiple Net::Curl::Simple objects and allow them to share cookies....

SPARKY/Net-Curl-Simple-0.13 - 15 May 2011 20:34:59 UTC
12 results (0.037 seconds)