We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f8d1a commit f6a5a64Copy full SHA for f6a5a64
course-definition.yml
@@ -535,9 +535,9 @@ stages:
535
```
536
537
Your server must respond with a `200` response that contains the following parts:
538
- - `Content-Type` header set to `application/octet-stream`.
539
- - `Content-Length` header set to the size of the file, in bytes.
540
- - Response body set to the file contents.
+ - `Content-Type` header set to `application/octet-stream`.
+ - `Content-Length` header set to the size of the file, in bytes.
+ - Response body set to the file contents.
541
542
HTTP/1.1 200 OK\r\nContent-Type: application/octet-stream\r\nContent-Length: 14\r\n\r\nHello, World!
543
0 commit comments