Move prior art section
This commit is contained in:
parent
74d66bc967
commit
37008d9aff
12
README.md
12
README.md
|
@ -51,12 +51,6 @@ and switch.
|
||||||
|
|
||||||
Below is the proposed HTTP API for resumable file uploading.
|
Below is the proposed HTTP API for resumable file uploading.
|
||||||
|
|
||||||
Prior art:
|
|
||||||
|
|
||||||
* [Google Drive - Upload Files](https://developers.google.com/drive/manage-uploads)
|
|
||||||
* [Resumable Media Uploads in the Google Data Protocol](https://developers.google.com/gdata/docs/resumable_upload) (deprecated)
|
|
||||||
* [ResumableHttpRequestsProposal from Gears](http://code.google.com/p/gears/wiki/ResumableHttpRequestsProposal) (deprecated)
|
|
||||||
|
|
||||||
### POST /files
|
### POST /files
|
||||||
|
|
||||||
Used to create a resumable file upload. You may send parts or all of your file
|
Used to create a resumable file upload. You may send parts or all of your file
|
||||||
|
@ -153,6 +147,12 @@ Content-Type: image/jpg
|
||||||
[file data]
|
[file data]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Prior art:
|
||||||
|
|
||||||
|
* [Google Drive - Upload Files](https://developers.google.com/drive/manage-uploads)
|
||||||
|
* [Resumable Media Uploads in the Google Data Protocol](https://developers.google.com/gdata/docs/resumable_upload) (deprecated)
|
||||||
|
* [ResumableHttpRequestsProposal from Gears](http://code.google.com/p/gears/wiki/ResumableHttpRequestsProposal) (deprecated)
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
||||||
### Who is behind this?
|
### Who is behind this?
|
||||||
|
|
Loading…
Reference in New Issue