constant HTTPRL_URL_MISSING_SCHEMA in HTTP Parallel Request & Threading Library 6
Same name and namespace in other branches
- 7 httprl.module \HTTPRL_URL_MISSING_SCHEMA
Given URL is missing a schema (http, https, feed).
1 use of HTTPRL_URL_MISSING_SCHEMA
- httprl_parse_url in ./
httprl.module - Run parse_url and handle any errors.
File
- ./
httprl.module, line 70 - HTTP Parallel Request Library module.
Code
define('HTTPRL_URL_MISSING_SCHEMA', -1002);