Skip to content

Commit

Permalink
Backup
Browse files Browse the repository at this point in the history
  • Loading branch information
vic-ma committed Jun 10, 2024
1 parent 69e8dc2 commit 8ec1f1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions course-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ stages:
For this extension, assume that your server only supports the `gzip` compression scheme.
Also, you don't need to compress the body in this stage. You'll add support for compression in a later stage.
For this stage, you don't need to compress the body. You'll implement compression in a later stage.
### Tests
Expand Down Expand Up @@ -104,7 +104,7 @@ stages:
### Notes
- You'll add support for `Accept-Encoding` headers with multiple compression schemes in a later stage.
- You'll add support for `Accept-Encoding` headers with multiple compression schemes in a later stage.
- There's another method for HTTP compression that uses the `TE` and `Transfer-Encoding` headers. We won't cover that method in this extension.
marketing_md: |-
In this stage, we'll do XYZ.
Expand Down

0 comments on commit 8ec1f1e

Please sign in to comment.