]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - README
Merge branch '0.9.x' into 1.0.x
[quix0rs-gnu-social.git] / README
diff --git a/README b/README
index 35a055c77b6a98b89feda2e2389d32b638087833..aa5532a8ecceb0f36a91650cd571193fe9c7c11d 100644 (file)
--- a/README
+++ b/README
@@ -1570,6 +1570,21 @@ cache: whether to cache the router in memcache (or another caching
     router cached) or others who see strange behavior. You're unlikely
     to need this unless you're a developer.
 
+http
+----
+
+Settings for the HTTP client.
+
+ssl_cafile: location of the CA file for SSL. If not set, won't verify
+           SSL peers. Default unset.
+curl: Use cURL <http://curl.haxx.se/> for doing HTTP calls. You must
+      have the PHP curl extension installed for this to work.
+proxy_host: Host to use for proxying HTTP requests. If unset, doesn't
+           do any HTTP proxy stuff. Default unset.
+proxy_port: Port to use to connect to HTTP proxy host. Default null.
+proxy_user: Username to use for authenticating to the HTTP proxy. Default null.
+proxy_password: Password to use for authenticating to the HTTP proxy. Default null.
+proxy_auth_scheme: Scheme to use for authenticating to the HTTP proxy. Default null.
 
 Plugins
 =======