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
Copy file name to clipboardExpand all lines: src/doc/src/reference/registry-web-api.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,10 @@ The publish endpoint is used to publish a new version of a crate. The server
57
57
should validate the crate, make it available for download, and add it to the
58
58
index.
59
59
60
+
It is not required for the index to be updated before the successful response is sent.
61
+
After a successful response, Cargo will poll the index for a short period of time to identify that the new crate has been added.
62
+
If the crate does not appear in the index after a short period of time, then Cargo will display a warning letting the user know that the new crate is not yet available.
63
+
60
64
The body of the data sent by Cargo is:
61
65
62
66
- 32-bit unsigned little-endian integer of the length of JSON data.
0 commit comments