What Every Web Developer Should Know About HTTP (OdeToCode Programming Series Book 1)
HTTP is the protocol of the web, and this book will look at HTTP<br />from a web developer's perspective. We'll cover resources, messages,<br />cookies, and authentication protocols. We'll look at how HTTP clients<br />can use persistent and parallel connections to improve performance,<br />and see how the web scales to meet demand using cache headers and<br />proxy servers. By the end of the book you will have the knowledge to<br />build better web applications and web services.