I am currently leaning toward implementing the http filesystem such
   that downloaded data is written to a temp file using the disk
   filesystem and read requests from from the public
   pdf_fsys_http_file_read function are handled with the
   pdf_fsys_disk_file_read function - being careful to only send back
   data that has actually been downloaded.

Sounds good.  What http implementation are you planning to use to get
the data from the server?

Would be good to have https support too, although it is not a must at
this stage.

-- 
Jose E. Marchesi    [email protected]
GNU Project         http://www.gnu.org


Reply via email to