Jump to: navigation, search

Difference between revisions of "SwiftNextAPI"

Line 8: Line 8:
 
== Fixes ==
 
== Fixes ==
  
* Allow double quotes in etags.
+
* Always quote Etag header value
 
* Possibly change rate-limiting return code from 498 to 429 as per this rfc: http://tools.ietf.org/html/rfc6585  also see: https://bugs.launchpad.net/swift/+bug/1099365
 
* Possibly change rate-limiting return code from 498 to 429 as per this rfc: http://tools.ietf.org/html/rfc6585  also see: https://bugs.launchpad.net/swift/+bug/1099365

Revision as of 20:26, 14 January 2013

This page is here to collect ideas for the next Swift API.

Version

  • incremental update to the current API (1.1) or full new API (2.0) breaking 1.0 compatibility ?

Fixes