Loading docs/FAQ +3 −1 Original line number Diff line number Diff line Updated: April 22, 2001 (http://curl.haxx.se/docs/faq.shtml) Updated: May 15, 2001 (http://curl.haxx.se/docs/faq.shtml) _ _ ____ _ ___| | | | _ \| | / __| | | | |_) | | Loading Loading @@ -497,6 +497,8 @@ FAQ 5.2 How can I receive all data into a large memory chunk? [ See also the examples/getinmemory.c source ] You are in full control of the callback function that gets called every time there is data received from the remote server. You can make that callback do whatever you want. You do not have to write the received data to a file. Loading Loading
docs/FAQ +3 −1 Original line number Diff line number Diff line Updated: April 22, 2001 (http://curl.haxx.se/docs/faq.shtml) Updated: May 15, 2001 (http://curl.haxx.se/docs/faq.shtml) _ _ ____ _ ___| | | | _ \| | / __| | | | |_) | | Loading Loading @@ -497,6 +497,8 @@ FAQ 5.2 How can I receive all data into a large memory chunk? [ See also the examples/getinmemory.c source ] You are in full control of the callback function that gets called every time there is data received from the remote server. You can make that callback do whatever you want. You do not have to write the received data to a file. Loading