Chapter 1: The Structure of HTTP Requests | Heaton Research

Chapter 1: The Structure of HTTP Requests

Get the entire book!
HTTP Programming Recipes for Java Bots

Before you can learn to program bots you must understand the structure of the HTTP protocol. The HTTP protocol is the underlying Internet protocol that allows web servers and web browsers to communicate. This chapter shows two recipes that interact with HTTP at the lowest level that Java allows-- by directly using sockets.

Copyright 2005-2008 by Heaton Research, Inc.