Skip to content

olegwtf/p5-Net-Proxy-Type

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Net::Proxy::Type
===========================================

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.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  Exporter
  IO::Socket::INET
  IO::Select
  IO::Socket::SSL (optional)

COPYRIGHT AND LICENCE

Copyright (C) 2010 by Oleg G

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

About

Determine type of the proxy: HTTP, HTTPS, CONNECT, SOCKS4, SOCKS5

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages