]> git.mxchange.org Git - friendica-addons.git/blob - dav/SabreDAV/lib/Sabre/HTTP/includes.php
Merge remote branch 'upstream/master'
[friendica-addons.git] / dav / SabreDAV / lib / Sabre / HTTP / includes.php
1 <?php
2
3 /**
4  * Sabre_HTTP includes file
5  *
6  * Including this file will automatically include all files from the Sabre_HTTP
7  * package.
8  *
9  * This often allows faster loadtimes, as autoload-speed is often quite slow.
10  *
11  * @package Sabre
12  * @subpackage HTTP
13  * @copyright Copyright (C) 2007-2012 Rooftop Solutions. All rights reserved.
14  * @author Evert Pot (http://www.rooftopsolutions.nl/)
15  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
16  */
17
18 // Begin includes
19 include __DIR__ . '/AbstractAuth.php';
20 include __DIR__ . '/AWSAuth.php';
21 include __DIR__ . '/BasicAuth.php';
22 include __DIR__ . '/DigestAuth.php';
23 include __DIR__ . '/Request.php';
24 include __DIR__ . '/Response.php';
25 include __DIR__ . '/Util.php';
26 include __DIR__ . '/Version.php';
27 // End includes