Go Web Scraping Quick Start Guide
上QQ阅读APP看书,第一时间看更新

What do HTTP responses look like?

When the server responds to your request, it will provide a status code, some response headers, and the content of the resource in most cases. Staying with our previous request for http://www.example.com/index.html, you will be able to see what a typical response looks like, section by section.