Services/Sync/Server/API/Storage/1.1: Difference between revisions

Jump to navigation Jump to search
Line 333: Line 333:
== X-Weave-Quota-Remaining ==
== X-Weave-Quota-Remaining ==


This header will be sent back with all PUT and POST requests, if the user has less than one megabyte of space left on the server. It contains the size left (in K).
This header will be sent back with all PUT and POST requests, if the user has less than one megabyte (or a different value defined by the implementation) of space left on the server. It contains the size left (in K).


When there's no more space left for the user, the server will abort any PUT or POST request and return a 400 with a 14 error code, as described in the [https://wiki.mozilla.org/Labs/Weave/1.0/ResponseCodes Weave Response Codes]. The header is still sent back in this case.
When there's no more space left for the user, the server will abort any PUT or POST request and return a 400 with a 14 error code, as described in the [https://wiki.mozilla.org/Labs/Weave/1.0/ResponseCodes Weave Response Codes]. The header is still sent back in this case.
Confirmed users
927

edits

Navigation menu