tomas / needle

Nimble, streamable HTTP client for Node.js. With proxy, iconv, cookie, deflate & multipart support.

Home Page:https://www.npmjs.com/package/needle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to obtain the last url using await needle()?

Moldoteck opened this issue · comments

basically the title. For example in this case>
let document = await ndl('get', link, { follow_max: 5})
How can I get the last url?