Explorar el Código

Use string arrays for list command

anon hace 5 años
padre
commit
a007d793ec
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 }
 ```