Replies: 1 comment 3 replies
-
Hi @wrongbyte, we'd like to do more of this. Solutions are unlikely for now because we also use the exercises to teach University courses and don't want solutions easily accessible to students, but we've been working on putting together test suites for each exercise. Some exercises are trickier than others—I think the Transfer-Encoding and gzip exercise is particularly variable across servers. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently following the code for the chapter 1, and I found the exercises part very interesting.
However, there are things - for example dealing with chunked data and gzip encoding - that present different behaviors depending on the URL to which I make the request. Although it may be a problem with my code, it would be very helpful if there were:
1 - A part in this repository containing the resolution of the exercises, for reference
2 - Examples of behaviors expected depending on URL requested, or something like that. Just like http://browser.engineering/redirect makes your browser redirects to another URL.
Beta Was this translation helpful? Give feedback.
All reactions