VirtualFileMountHTTP
from panda3d.core import VirtualFileMountHTTP
- class VirtualFileMountHTTP
Bases:
Bases:
VirtualFileMount
Maps a web page (URL root) into the
VirtualFileSystem
.Inheritance diagram
- __init__(root: URLSpec, http: HTTPClient)
- static getClassType() TypeHandle
- getHttpClient() HTTPClient
Returns the
HTTPClient
object that services this mount point.
- static reloadVfsMountUrl()
Reads all of the vfs-mount-url lines in the Config.prc file and replaces the mount settings to match them.
This will mount any url’s mentioned in the config file, and unmount and unmount any url’s no longer mentioned in the config file. Normally, it is called automatically at startup, and need not be called again, unless you have fiddled with some config settings.