Man Page: fusioninventory::agent::http::client
Operating Environment: debian
Section: 3pm
FusionInventory::Agent::HTTP::Client(3pm) User Contributed Perl Documentation FusionInventory::Agent::HTTP::Client(3pm)NAMEFusionInventory::Agent::HTTP::Client - An abstract HTTP clientDESCRIPTIONThis is an abstract class for HTTP clients. It can send messages through HTTP or HTTPS, directly or through a proxy, and validate SSL certificates.METHODSnew(%params) The constructor. The following parameters are allowed, as keys of the %params hash: logger the logger object to use (default: a new stderr logger) proxy the URL of an HTTP proxy user the user for HTTP authentication password the password for HTTP authentication no_ssl_check a flag allowing to ignore untrusted server certificates (default: false) ca_cert_file the file containing trusted certificates ca_cert_dir the directory containing trusted certificates request($request) Send given HTTP::Request object, handling SSL checking and user authentication automatically if needed. perl v5.14.2 2012-06-14 FusionInventory::Agent::HTTP::Client(3pm)
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| One instance of comparing grep and awk |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |