request-no-hosts
v1.0.2
Published
Request a static file's content bypassing localhost ip mapping.
Readme
request-no-hosts
Request specified URL ,return its content. Mappings in client machine's hosts file is ignored because DNS is used.
Usage:
request(url,callback)
url - URL of the content
callback(err,content) - callback when things are done
