You are here

Constants in HTTP Parallel Request & Threading Library 6

Primary tabs

Namesort descending Location Description Direct uses Strings
HTTPRL_BACKGROUND_CALLBACK ./httprl.module Default value 3 1
HTTPRL_CONNECTION_REFUSED ./httprl.module Error code indicating that the endpoint server has refused or dropped the connection. 2 1
HTTPRL_CONNECTION_RESET ./httprl.module Error code indicating that the connection was forcibly closed by the remote host. 1
HTTPRL_CONNECT_TIMEOUT ./httprl.module Default maximum number of seconds establishing the TCP connection of a request may take. 2 1
HTTPRL_DNS_TIMEOUT ./httprl.module Default maximum number of seconds the DNS portion of a request may take. 2 1
HTTPRL_ERROR_INITIALIZING_STREAM ./httprl.module An error occurred before the system connect() call. This is most likely due to a problem initializing the stream. 1 1
HTTPRL_FUNCTION_TIMEOUT ./httprl.module Error code indicating that all requests made by httprl_send_request exceeded the specified timeout. 1 1
HTTPRL_GLOBAL_TIMEOUT ./httprl.module Default maximum number of seconds a function call may take. 4 1
HTTPRL_HOST_NOT_FOUND ./httprl.module Error code indicating that the host is unknown or can not be found. 1 1
HTTPRL_MULTIPART_BOUNDARY ./httprl.module HTTP encapsulation boundary string. 2 1
HTTPRL_NON_BLOCKING_FCLOSE_DELAY ./httprl.module Wait X ms after finishing a non blocking request. 3 1
HTTPRL_PR_MAX_STRING_LENGTH ./httprl.module Max length of a string inside of httprl_pr(). Default is 256KB. 1 1
HTTPRL_REQUEST_ABORTED ./httprl.module Error code indicating that software caused the connection to be aborted. 2 1
HTTPRL_REQUEST_ALLOWED_REDIRECTS_EXHAUSTED ./httprl.module Error code indicating that the request made by httprl_request() exceeded the maximum allowed redirects without reaching the final target. 1 1
HTTPRL_REQUEST_FWRITE_FAIL ./httprl.module Error code indicating that the call to fwrite() failed. 1 1
HTTPRL_REQUEST_TIMEOUT ./httprl.module Error code indicating that the request exceeded the specified timeout. 2 1
HTTPRL_SERVER_PORT ./httprl.module Default port value; blank, so do not set one. 1 1
HTTPRL_SERVER_SCHEMA ./httprl.module What to set the server schema to when doing a self request. 2 1
HTTPRL_STREAM_SELECT_TIMEOUT ./httprl.module Error code indicating that this request made by stream_select() couldn't open a read and/or write to any stream after a minimum of ~10 seconds. 1
HTTPRL_TIMEOUT ./httprl.module Default maximum number of seconds a single request call may take. 4 1
HTTPRL_TTFB_TIMEOUT ./httprl.module Default maximum number of seconds a connection may take to download the first byte. 2 1
HTTPRL_URL_INBOUND_ALTER ./httprl.module Run httprl_url_inbound_alter(). 1 1
HTTPRL_URL_INVALID_SCHEMA ./httprl.module Invalid schema. Only http, feed, and https allowed currently. 1 1
HTTPRL_URL_MISSING_SCHEMA ./httprl.module Given URL is missing a schema (http, https, feed). 1 1
HTTPRL_URL_PARSE_ERROR ./httprl.module parse_url() was unable to parse the given url. 1 1

Other projects