-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP File server extension #3353
Comments
Http is just a protocol, it saying nothing about what you actually want to be added as an extension |
Its like webdav and ftp but it uses http protocol for accessing the files remotely . |
Round sync can also serve the file using webDAV or ftp but in my case its significantly slower compared to http . It maybe because of my old router but I'm not sure |
Nextcloud also offers remote access using http but I use WebDAV , a couple of my friends use http / https because wavdav is slower for them . |
WebDAV is actually an extension of HTTP, it's the same protocol. However WebDAV basically provides a uniform way of browsing and managing files and directories over HTTP, instead of needing us to create parsers for every web file server http UI like Caddy, Apache and such. |
Source name
Htttp
Source link
http://127.0.0.1:8080/Aniyomi/localanime
Source language
MULTI
Other details
Please include episodes.json ,cover and details.json support
Acknowledgements
The text was updated successfully, but these errors were encountered: