summaryrefslogtreecommitdiffstats
path: root/php-sabredav-Sabre_HTTP.xml
diff options
context:
space:
mode:
Diffstat (limited to 'php-sabredav-Sabre_HTTP.xml')
-rw-r--r--php-sabredav-Sabre_HTTP.xml62
1 files changed, 62 insertions, 0 deletions
diff --git a/php-sabredav-Sabre_HTTP.xml b/php-sabredav-Sabre_HTTP.xml
new file mode 100644
index 0000000..6dcf020
--- /dev/null
+++ b/php-sabredav-Sabre_HTTP.xml
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<package packagerversion="1.9.4" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0">
+ <name>Sabre_HTTP</name>
+ <channel>pear.sabredav.org</channel>
+ <summary>Sabre_HTTP provides various HTTP helpers, for input and output and authentication</summary>
+ <description>Sabre_HTTP effectively wraps around $_SERVER, php://input, php://output and the headers method,
+allowing for a central interface to deal with this as well as easier unittesting.
+
+In addition Sabre_HTTP provides classes for Basic, Digest and Amazon AWS authentication.</description>
+ <lead>
+ <name>Evert Pot</name>
+ <user>Evert Pot</user>
+ <email>evert@rooftopsolutions.nl</email>
+ <active>true</active>
+ </lead>
+ <date>2012-08-02</date>
+ <time>17:13:32</time>
+ <version>
+ <release>1.8.1</release>
+ <api>1.8.1</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <license uri="http://code.google.com/p/sabredav/wiki/License">Modified BSD</license>
+ <notes>
+New release. Read the ChangeLog and announcement for more details
+ </notes>
+ <contents>
+ <dir name="/">
+ <file name="Sabre/HTTP/AWSAuth.php" role="php" />
+ <file name="Sabre/HTTP/AbstractAuth.php" role="php" />
+ <file name="Sabre/HTTP/BasicAuth.php" role="php" />
+ <file name="Sabre/HTTP/DigestAuth.php" role="php" />
+ <file name="Sabre/HTTP/Request.php" role="php" />
+ <file name="Sabre/HTTP/Response.php" role="php" />
+ <file name="Sabre/HTTP/Util.php" role="php" />
+ <file name="Sabre/HTTP/Version.php" role="php" />
+ <file name="examples/basicauth.php" role="doc" />
+ <file name="examples/digestauth.php" role="doc" />
+ <file name="ChangeLog" role="doc" />
+ <file name="LICENSE" role="doc" />
+ </dir>
+ </contents>
+ <dependencies>
+ <required>
+ <php>
+ <min>5.3.1</min>
+ </php>
+ <pearinstaller>
+ <min>1.9</min>
+ </pearinstaller>
+ <package>
+ <name>Sabre</name>
+ <channel>pear.sabredav.org</channel>
+ <min>1.0.0</min>
+ </package>
+ </required>
+ </dependencies>
+ <phprelease />
+</package>