File: control

package info (click to toggle)
libhttp-proxy-perl 0.304-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 720 kB
  • sloc: perl: 2,576; makefile: 4
file content (31 lines) | stat: -rw-r--r-- 1,250 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: libhttp-proxy-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libhtml-parser-perl,
                     libhttp-daemon-perl | libwww-perl (<< 6),
                     libio-socket-ip-perl,
                     libwww-perl,
                     netbase,
                     perl
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhttp-proxy-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhttp-proxy-perl.git
Homepage: https://metacpan.org/release/HTTP-Proxy

Package: libhttp-proxy-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libhttp-daemon-perl | libwww-perl (<< 6),
         libio-socket-ip-perl,
         libwww-perl
Description: pure Perl HTTP proxy
 HTTP::Proxy implements the methods needed to run a pure-perl HTTP
 proxy using LWP. Useful for lightweight, easy to configure proxies.
 .
 The most interesting feature of this proxy object is its ability to
 filter the HTTP requests and responses through user-defined filters.