Faisal Holding
Type anywhere to
search
You are here
Home
»
Administration
»
Configuration
»
Development
HTTPRL
IP Address to send all self server requests to
If left blank it will use the same server as the request. If set to -1 it will use the host name instead of an IP address. This controls the output of httprl_build_url_self()
Enable background callbacks
If disabled all background_callback keys will be turned into callback & httprl_queue_background_callback will return NULL and not queue up the request. Note that background callbacks will automatically be disabled if the site is in maintenance mode.
Use httprl to handle drupal_http_request.
Use httprl to handle all calls to drupal_http_request. Requires 7.22+
Default timeouts
Set the default timeouts. These will be overridden if a different timeout is set in the options array.
DNS timeout (
dns_timeout
)
seconds
Maximum number of seconds a DNS lookup request may take. Value can be a float. The default is
5
seconds.
Connection timeout (
connect_timeout
)
seconds
Maximum number of seconds establishing the TCP connection may take. Value can be a float. The default is
5
seconds.
Time to first byte (
ttfb_timeout
)
seconds
Maximum number of seconds a connection may take to download the first byte. Value can be a float. The default is
20
seconds.
Timeout (
timeout
)
seconds
Maximum number of seconds the request may take. Value can be a float. The default is
30
seconds.
Global timeout (
global_timeout
)
seconds
Maximum number of seconds httprl_send_request() may take. Value can be a float. The default is
120
seconds.
Leave this field blank