Activity
Remove unnecessary header check
Remove unnecessary header check
Add test for not caching connection header
Add test for not caching connection header
Update content-length header to just use body.length
Update content-length header to just use body.length
Rename variable in test
Rename variable in test
Merge branch 'main' into response-as-bytes
Merge branch 'main' into response-as-bytes
Update tests for response to using the headers
Update tests for response to using the headers
Do not encode simple string bodies
Do not encode simple string bodies
Test server and response
Test server and response
Add all protocols where host header is required
Add all protocols where host header is required
WIP: Split up response into headers and body parts (to support sendin…
WIP: Split up response into headers and body parts (to support sendin…