summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Auth/OpenID/HTTPFetcher.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/Auth/OpenID/HTTPFetcher.php b/Auth/OpenID/HTTPFetcher.php
index f84e9ab..afe3ae5 100644
--- a/Auth/OpenID/HTTPFetcher.php
+++ b/Auth/OpenID/HTTPFetcher.php
@@ -18,6 +18,11 @@
require_once "Auth/OpenID/Parse.php";
require_once "Auth/OpenID.php";
+/**
+ * An HTTP response descriptor returned by all fetcher methods.
+ *
+ * @package OpenID
+ */
class Auth_OpenID_HTTPResponse {
function Auth_OpenID_HTTPResponse($final_url = null, $status = null,
$headers = null, $body = null)