mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-19 13:00:45 +02:00
Updated Filer Server API (markdown)
@@ -115,6 +115,17 @@ curl -H "Accept: application/json" "http://localhost:8888/javascript/?pretty=y"
|
||||
"ShouldDisplayLoadMore": false
|
||||
}
|
||||
```
|
||||
### GET files
|
||||
|
||||
```bash
|
||||
//get file with a different content-disposition
|
||||
GET /path/to/file?response-content-disposition=attachment%3B%20filename%3Dtesting.txt
|
||||
```
|
||||
| GET Parameter | Description | Default |
|
||||
| ---- | -- | -- |
|
||||
| response-content-disposition | used as response content-disposition | empty |
|
||||
|
||||
|
||||
### PUT/DELETE file tagging
|
||||
```
|
||||
# put 2 pairs of meta data
|
||||
|
||||
Reference in New Issue
Block a user