logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

URI::icap - URI scheme for ICAP Identifiers

Author

       David Dick, "<ddick at cpan.org>"

Bugs And Limitations

       See URI

Configuration And Environment

       See URI and URI

Dependencies

       None

Description

       This module implements the "icap:" URI scheme defined in RFC 3507 <http://tools.ietf.org/html/rfc3507>,
       for the Internet Content Adaptation Protocol
       <https://en.wikipedia.org/wiki/Internet_Content_Adaptation_Protocol>.

Diagnostics

       See URI

Incompatibilities

       None reported

Name

       URI::icap - URI scheme for ICAP Identifiers

See Also

Subroutines/Methods

       This module inherits the behaviour of URI::http and overrides the default_portdefault_port> method.

   default_port
       The default port for icap servers is 1344

Synopsis

           use URI::icap;

           my $uri = URI->new('icap://icap-proxy.example.com/');

Version

       Version 5.20

See Also