GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Business::MaxMind::HTTPBase(3) User Contributed Perl Documentation Business::MaxMind::HTTPBase(3)

Business::MaxMind::HTTPBase - Base class for accessing HTTP web services

version 1.57

This is an abstract base class for accessing MaxMind web services. Currently there are three subclasses, for Credit Card Fraud Detection, Telephone Verification and Location Verification. This class can be used for other HTTP based web services as well.

new
Class method that returns a new object that is a subclass of Business::MaxMind::HTTPBase. Will die if you attempt to call this for the Business::MaxMind::HTTPBase class, instead you should call it on one of its subclasses.
input
Sets input fields. See subclass for details on fields that should be set. Returns 1 on success, 0 on failure.
query
Sends out query to MaxMind server and waits for response. If the primary server fails to respond, it sends out a request to the secondary server. Returns 1 on success, 0 on failure.
output
Returns the output returned by the MaxMind server as a hash reference.

Business::MaxMind::CreditCardFraudDetection

<https://www.maxmind.com/en/minfraud-services>

  • TJ Mather <tjmather@maxmind.com>
  • Frank Mather <frank@maxmind.com>

This software is Copyright (c) 2015 by MaxMind, Inc..

This is free software, licensed under:

  The GNU General Public License, Version 2, June 1991
2015-01-30 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.