How to model file system operations with REST?

后端 未结 6 1380
挽巷
挽巷 2021-01-19 05:07

There are obvious counterparts for some of file systems\' basic operations (eg. ls and rm), but how would you implement not straightforwardly RESTf

6条回答
  •  独厮守ぢ
    2021-01-19 05:50

    REST is not limited to HTTP! The best way would be to use webdav for your problem.

提交回复
热议问题