The HTTPHandler class supports sending logging messages to a
Web server, using either "GET" or "POST" semantics.
class HTTPHandler( |
host, url[, method]) |
-
Returns a new instance of the HTTPHandler class. The
instance is initialized with a host address, url and HTTP method.
If no method is specified, "GET" is used.
-
Sends the record to the Web server as an URL-encoded dictionary.
Release 2.3.3, documentation updated on December 19, 2003.
See About this document... for information on suggesting changes.