© Jan Newmarch 2017

Jan Newmarch, Network Programming with Go, 10.1007/978-1-4842-2692-6_8

8. HTTP

Jan Newmarch

(1)Oakleigh, Victoria, Australia

The World Wide Web is a major distributed system, with millions of users. A site may become a web host by running an HTTP server. While web clients are typically users with a browser, there are many other “user agents” such as web spiders, web application clients, and so on.

The Web is built on top of the HTTP (Hypertext Transport Protocol), which is layered on top of TCP. HTTP has been through four publically available versions. Version 1.1 (the third version) is the most commonly used, but there is expected to be a rapid transition to HTTP/2 and this is now at over 10% of the current traffic.

This chapter ...

Get Network Programming with Go: Essential Skills for Using and Securing Networks now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.