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::icaps - URI scheme for ICAPS Identifiers

Author

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

Bugs And Limitations

       See URI::icap

Configuration And Environment

       See URI::icap

Dependencies

       None

Description

       This module implements the "icaps:" 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::icap

Incompatibilities

       None reported

Name

       URI::icaps - URI scheme for ICAPS Identifiers

See Also

Subroutines/Methods

       This module inherits the behaviour of URI::icap and overrides the securesecure> method.

   secure
       returns 1 as icaps is a secure protocol

Synopsis

           use URI::icaps;

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

Version

       Version 5.20

See Also