Skip to content

Automatically exported from code.google.com/p/http-fs-wrapper

Notifications You must be signed in to change notification settings

BrianRossmajer/http-fs-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

http-fs-wrapper

Automatically exported from code.google.com/p/http-fs-wrapper

Intercepts the standard C library calls (open/read/lseek/close/fopen/fread/fseek/fclose/ftell/stat/fstat/lstat) and allows them to transparently access HTTP/HTTPS URLs.

Includes byte-range support for random-access, read-ahead windowing for speed and efficiency, and is built on libcurl, for .. umm .. convenience? :-)

LD_PRELOAD=`pwd`/httpfs.so cat http://www.yahoo.com/

About

Automatically exported from code.google.com/p/http-fs-wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages