Skip to content

Commit

Permalink
paging
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Oct 25, 2013
1 parent e71cb24 commit 76379c9
Showing 1 changed file with 28 additions and 15 deletions.
43 changes: 28 additions & 15 deletions draft-dejong-remotestorage-head.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,21 +62,22 @@ Table of Contents
3. Storage model..................................................3
4. Requests.......................................................3
5. Response codes.................................................4
6. Versioning.....................................................5
7. CORS headers...................................................5
8. Session description............................................5
9. Bearer tokens and access control...............................6
10. Application-first bearer token issuance........................6
11. Storage-first bearer token issuance............................7
12. Example wire transcripts.......................................8
12.1. Webfinger.................................................8
12.2. OAuth dialog form.........................................9
12.3. OAuth dialog form submission..............................9
12.4. OPTIONS preflight.........................................9
12.5. Initial PUT..............................................10
12.6. Subsequent PUT...........................................11
12.7. GET......................................................12
12.8. DELETE...................................................13
6. Versioning.....................................................6

7. CORS headers...................................................7
8. Session description............................................7
9. Bearer tokens and access control...............................7
10. Application-first bearer token issuance........................8
11. Storage-first bearer token issuance............................9
12. Example wire transcripts......................................10
12.1. Webfinger................................................10
12.2. OAuth dialog form........................................11
12.3. OAuth dialog form submission.............................11
12.4. OPTIONS preflight........................................12
12.5. Initial PUT..............................................12
12.6. Subsequent PUT...........................................13
12.7. GET......................................................13
12.8. DELETE...................................................14
13. Distributed versioning........................................14
14. Security Considerations.......................................15
15. IANA Considerations...........................................16
Expand Down Expand Up @@ -233,6 +234,18 @@ Internet-Draft remoteStorage December 2013
A successful OPTIONS request SHOULD be responded to as described in
the CORS section below.













5. Response codes

The following responses SHOULD be given in the indicated cases, in
Expand Down

0 comments on commit 76379c9

Please sign in to comment.