Etherpad
view release on metacpan or search on metacpan
proxy
my $proxy = $ec->proxy;
$ec = $ec->proxy({
http => 'http://proxy.example.org',
https => 'http://proxy.example.org'
});
OPTIONAL. Proxy settings. If set to { detect => 1 }, Etherpad will
check environment variables HTTP_PROXY, http_proxy, HTTPS_PROXY,
https_proxy, NO_PROXY and no_proxy for proxy information. No default.
METHODS
Etherpad inherits all methods from Mojo::Base and implements the
following new ones.
Groups
Pads can belong to a group. The padID of grouppads is starting with a
lib/Etherpad.pm view on Meta::CPAN
OPTIONAL. HTTP password, use it if your Etherpad is protected by a HTTP authentication, no default.
=head2 proxy
my $proxy = $ec->proxy;
$ec = $ec->proxy({
http => 'http://proxy.example.org',
https => 'http://proxy.example.org'
});
OPTIONAL. Proxy settings. If set to { detect => 1 }, Etherpad will check environment variables HTTP_PROXY, http_proxy, HTTPS_PROXY, https_proxy, NO_PROXY and no_proxy for proxy information. No default.
=head1 METHODS
Etherpad inherits all methods from Mojo::Base and implements the following new ones.
=head2 Groups
Pads can belong to a group. The padID of grouppads is starting with a groupID like g.asdfasdfasdfasdf$test
See L<https://etherpad.org/doc/v1.6.0/#index_groups>
( run in 0.675 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )