Sfoglia il codice sorgente

Use string arrays for list command

anon 4 anni fa
parent
commit
a007d793ec
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Client-Server Protocol.md

+ 1 - 1
Client-Server Protocol.md

@@ -78,7 +78,7 @@ Server:
 ```
 {
 	"command": "put",
-	"response": string,
+	"names": string[],
 	"remaining": int
 }
 ```