Is there a way to mount an HTTP resource in Raspbian (default Raspberry Pi OS)? I have an HTTP server hosting music, and I would like to be able to have read-only filesystem access to that music on my Pi. It's a simple HTTP directory, with directory listing enabled (aka, browse to http://192.168.1.60/music/ will give you a list of contents)
Also, I would prefer an answer that doesn't involve connecting my Pi to the internet, but instead gives a package/binary executable/something else that I can download offsite and bring there on a thumb drive.