The goal is to download a file from the internet, and create from it a file object, or a file like object without ever having it touch the hard drive. This is just for my kn
Your answer is u.content. The content is in the memory. Unless you write it to a file, it won’t be stored on disk.
u.content