Protocols.HTTP.Query.PseudoFile datafile()
Gives back a pseudo-file object, with the methods read() and close(). This could be used to copy the file to disc at a proper tempo.
read()
close()
datafile() doesn't give the complete request, just the data.
file()