magicDGS / jsr203-http

**Under development** HTTP/S FileSystem provider for Java NIO.2
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Simple implementation of HttpFileSystem #19

Closed magicDGS closed 6 years ago

magicDGS commented 6 years ago

By now, all the FS will be always open and a no-op for closing. We should implement also the getPath method for having a functional FS (requires #15).

Other methods will be implemented later.