You are here

constant HTTPRL_URL_PARSE_ERROR in HTTP Parallel Request & Threading Library 6

Same name and namespace in other branches
  1. 7 httprl.module \HTTPRL_URL_PARSE_ERROR

parse_url() was unable to parse the given url.

1 use of HTTPRL_URL_PARSE_ERROR
httprl_parse_url in ./httprl.module
Run parse_url and handle any errors.

File

./httprl.module, line 65
HTTP Parallel Request Library module.

Code

define('HTTPRL_URL_PARSE_ERROR', -1001);