NAME
DBD::Gofer::Transport::http - DBD::Gofer client transport using http
SYNOPSIS
my $remote_dsn = "..."
DBI->connect("dbi:Gofer:transport=http;url=http://gofer.example.com/gofer;dsn=$remote_dsn",...)
or, enable by setting the DBI_AUTOPROXY environment variable:
export DBI_AUTOPROXY='dbi:Gofer:transport=http;url=http://gofer.example.com/gofer'
DESCRIPTION
Connect with DBI::Gofer servers that use http transports, i.e., DBI::Gofer::Transport::mod_perl.
AUTHOR AND COPYRIGHT
The DBD::Gofer, DBD::Gofer::* and DBI::Gofer::* modules are Copyright (c) 2007 Tim Bunce. Ireland. All rights reserved.
You may distribute under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file.