You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thanks a lot for this nifty crawler. I am really enjoying your api design!
Nevertheless, would it be possible to expose the entire response object in the handler api? Currently supercrawler only exposes contentType, response.body and url.
Yes, I would accept a pull request for this provided the change was backwards compatible. Adding a response property to the ctx object seems the most obvious route?
First of all thanks a lot for this nifty crawler. I am really enjoying your api design!
Nevertheless, would it be possible to expose the entire response object in the handler api? Currently supercrawler only exposes
contentType
,response.body
andurl
.This would allow us to crawl a lot more information:
I can create a PR if such a change would be acceptable.
The text was updated successfully, but these errors were encountered: