NAME
App::MBUtiny::Storage::HTTP - App::MBUtiny::Storage subclass for HTTP storage support
VIRSION
Version 1.00
SYNOPSIS
<Host "foo">
<HTTP>
FixUP on
URL https://user:password@example.com/mbuserver/foo/dir1
URL https://user:password@example.com/mbuserver/foo/dir2
Set User-Agent TestServer/1.00
Set X-Test Foo Bar Baz
Comment HTTP storage said blah-blah-blah # Optional for collector
</HTTP>
# . . .
</Host>
DESCRIPTION
App::MBUtiny::Storage subclass for HTTP storage support
del
Removes the specified file. This is backend method of "del" in App::MBUtiny::Storage
get
Gets the backup file from storage and saves it to specified path. This is backend method of "get" in App::MBUtiny::Storage
init
The method performs initialization of storage. This is backend method of "init" in App::MBUtiny::Storage
list
Gets backup file list on storage. This is backend method of "list" in App::MBUtiny::Storage
http_storages
my @list = $storage->http_storages;
Returns list of HTTP storage nodes
put
Sends backup file to storage. This is backend method of "put" in App::MBUtiny::Storage
test
Storage testing. This is backend method of "test" in App::MBUtiny::Storage
HISTORY
See Changes
file
TO DO
See TODO
file
BUGS
* none noted
SEE ALSO
AUTHOR
Serż Minus (Sergey Lepenkov) http://www.serzik.com <abalama@cpan.org>
COPYRIGHT
Copyright (C) 1998-2019 D&D Corporation. All Rights Reserved
LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See LICENSE
file and https://dev.perl.org/licenses/