Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 491 Bytes

File metadata and controls

7 lines (7 loc) · 491 Bytes

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