demo_requests_response_iter_lines.py:
➜ begtut>python demo_requests_response_iter_lines.py

b'<!DOCTYPE html>'
b'<html>'
b'<body>'
b''
b'<h1>This is a Test Page</h1>'
b''
b'</body>'
b'</html>'