Skip to content

Commit 7054501

Browse files
committed
docs: clarify response body representation in course definition
- Updated comments in the course definition to specify that the response body should be sent as binary data, enhancing clarity for learners.
1 parent 52dab0a commit 7054501

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

course-definition.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -825,8 +825,8 @@ stages:
825825
Content-Type: text/plain
826826
Content-Length: 23
827827
828-
1F 8B 08 00 00 00 00 00 // Hexadecimal representation of the response body
829-
00 03 4B 4C 4A 06 00 C2
828+
1F 8B 08 00 00 00 00 00 // This is just showing the response body as hex.
829+
00 03 4B 4C 4A 06 00 C2 // It should actually be sent as binary data.
830830
41 24 35 03 00 00 00
831831
```
832832

0 commit comments

Comments
 (0)