-
Notifications
You must be signed in to change notification settings - Fork 45
WIP: HttpsFS #16
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
base: master
Are you sure you want to change the base?
WIP: HttpsFS #16
Conversation
Hi, great to see this!
|
Hi,
I did a proof of concept implementation of a HttpsFS. This FS allows to access over HTTPS. The whole implementation is work in progress and not ready for a pull. I use the pull request to announce this idea and hope i get some feedback. Would this be something, which you like to pull?
For a fix overview how the API works, see the https_fs_server.rs and https_fs.rs in the example directory,
I have a ToDo list, which can be found in src/impl/https.rs, but here are some higlights:
I noticed some oddities of the FileSystem trait:
What is your opinion to all this?
Kind regards,
PS: I'm new to Rust and this is my first "project" after "Hello World!". There is probably a lot stuff, which can be improved.