sjdirect / abot

Cross Platform C# web crawler framework built for speed and flexibility. Please star this project! +1.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The PageRequester downloads the content by default

chjahnert opened this issue · comments

The PageRequester.MakeRequestAsync(...) method calls the _httpClient.SendAsync(...) method without specifying the HttpCompletionOption parameter. The default behavior is to download the content.

Would love a pull request if you can craft one up without breaking any contracts or tests.