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
{{ message }}
This repository was archived by the owner on May 10, 2025. It is now read-only.
Methods can also have the property of "idempotence" in that (aside from error or expiration issues) the side-effects of N > 0 identical requests is the same as for a single request. The methods GET, HEAD, PUT and DELETE share this property.
Prepare Upload has side-effects and calling it multiple times should always return different output.
See section 9.1.2 of http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html:
Prepare Upload has side-effects and calling it multiple times should always return different output.