You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gateleen's DeltaHandler seems to have to main operation modes:
Work with a sequence number, automatically increased with each PUT, to find resources which are 'newer' than those a client already has
Work with ETag
Mode 1 is quite clear and well documented.
But behavior of Mode 2 - especially when combined with ExpansionHandler - is unclear:
It is not documented
It's not clear how and what a client should request (set which headers and/or parameters) to make use of the "Delta"-mechanism
Its magical how this mechanism can find resources 'which a client doesn't already has' - as we request only with max. one ETag (if-none-match or so....)
Need at least clarification and examples - or perhaps we find that the ETag based Delta-mechanism is broken
The text was updated successfully, but these errors were encountered:
Gateleen's DeltaHandler seems to have to main operation modes:
Mode 1 is quite clear and well documented.
But behavior of Mode 2 - especially when combined with ExpansionHandler - is unclear:
Need at least clarification and examples - or perhaps we find that the ETag based Delta-mechanism is broken
The text was updated successfully, but these errors were encountered: