Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 503 Bytes

DOCUMENTATION.md

File metadata and controls

16 lines (10 loc) · 503 Bytes

Documentation

You can see below the API reference of this module.

cheerioReq(opts, cb)

An http request module sending back a Cheerio object.

You can change the request function by overriding the request field.

Params

  • Object|String opts: The request url or an object passed to tinyrequest.
  • Function cb: The callback function.

Return