❔ Would it be the fastest way to read text from a website with HttpWebRequest?
Im curious to know what would be the fastest way to read text from links such as
https://www.gutenberg.org/cache/epub/69354/pg69354.txt
There are other formats that are bigger in size but this is one the smaller ones.
Is there any other ways to improve it. Maybe make it thread safe probably if i'm going to make multiple url requests at once. (thats for another post).
https://www.gutenberg.org/cache/epub/69354/pg69354.txt
There are other formats that are bigger in size but this is one the smaller ones.
Is there any other ways to improve it. Maybe make it thread safe probably if i'm going to make multiple url requests at once. (thats for another post).