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 fs.contrib.davfs.

Parameters:
  • url – The base URL

Previous topic

fs.ftpfs

Next topic

fs.memoryfs

This Page