HTTP/0.9
1991- Single command:
GET / - No status codes or headers
- Assumed HTML response
- Connection closed immediately
# Client Request
GET /index.html
# Server Response
<html><head>...</html>
GET /index.html
# Server Response
<html><head>...</html>