what happens when you type in a url in browser
当你在浏览器中输入 url 发生了什么
Steps
- cache
- dns
- tcp connect
- http request
- http response
- browser display
- tcp close
statuses
● 1xx indicates an informational message only
● 2xx indicates success of some kind
● 3xx redirects the client to another URL
● 4xx indicates an error on the client’s part
● 5xx indicates an error on the server’s part