Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/book/net-proxy
Framework for proxying network connections in many ways
https://github.com/book/net-proxy
Last synced: about 1 month ago
JSON representation
Framework for proxying network connections in many ways
- Host: GitHub
- URL: https://github.com/book/net-proxy
- Owner: book
- Created: 2014-10-16T20:45:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T20:41:30.000Z (over 7 years ago)
- Last Synced: 2024-10-03T12:36:21.884Z (4 months ago)
- Language: Perl
- Size: 485 KB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Net::Proxy
----------This module is a framework for creating various kinds of network
proxies in a very simple way.A proxy is a program that transfer data across a network boundary between
a client and a server. Net::Proxy introduces the concept of "connectors",
which abstract the server part (connected to the client) and the client
part (connected to the server) of the proxy.This makes it very easy to implement specific techniques to cross a
given network boundary, possibly by using a proxy on one side of the
network fence, and a reverse-proxy on the other side of the fence.