Skip to content

Remote file storage that provides the REST API over HTTP.

License

Notifications You must be signed in to change notification settings

shineRR/HTTPFileServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTPFileServer

List of Supported Features:

  • uploading a file to the repository with overwriting using the PUT method;
  • getting a file from storage using the GET method;
  • getting a list of catalog files using the GET method (it is recommended to use JSON as the data format for the response);
  • getting information about a file in the form of HTTP headers without getting the contents of the file using the HEAD method;
  • deleting a file / directory from storage using the DELETE method

About

Remote file storage that provides the REST API over HTTP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages