|
@@ -103,7 +103,7 @@ Server:
|
|
|
}
|
|
|
```
|
|
|
If `accept` is `true` the connection is valid and the client can start sending the file. Else the put request was rejected and is hereby canceled.
|
|
|
-<br>
|
|
|
+<br /><br />
|
|
|
Client:
|
|
|
```
|
|
|
{
|
|
@@ -135,7 +135,7 @@ Server:
|
|
|
}
|
|
|
```
|
|
|
If `accept` is `true` the connection is valid and the server can start sending the file. Else the get request was rejected and is hereby canceled.
|
|
|
-<br>
|
|
|
+<br /><br />
|
|
|
Server:
|
|
|
```
|
|
|
{
|