Changes between Version 11 and Version 12 of NewCapDesign
- Timestamp:
- 2009-09-07T21:42:13Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewCapDesign
v11 v12 162 162 you want to do on it: a webapi scheme may use a POST/PUT/DELETE method, or 163 163 append a t=json adverb, or alternatively encode the verb/adverb into the 164 HTTP url (think {{{GET .../filecap/json}}} or {{{PUT165 unlinked/ciphertext}}}), but these are independent of the underlying166 filecap. 164 HTTP url (think {{{GET .../filecap/json}}} or 165 {{{PUT unlinked/ciphertext}}}), but these are independent of the underlying 166 filecap. Exotic cap types do not need to be short. 167 167 * provide ciphertext access. Reading from a verifycap should give you 168 168 ciphertext. It should be possible to upload ciphertext directly.