fs.httpfs

class fs.httpfs.HTTPFS(url)

Can barely be called a filesystem, because HTTP servers generally don’t support typical filesystem functionality. This class exists to allow the fs.opener system to read files over HTTP.

If you do need filesystem like functionality over HTTP, see davfs.

Parameters:url – The base URL