Chapter 3. The HTTP Framework

Table of Contents

Overview
Components of the Framework
HttpCodecFilter (Server/Client)
HTTP Messages
Transfer Encodings
Content Encodings
HTTP Potpourri
Samples

Overview

The Grizzly 2.2.10 HTTP framework provides codecs for marshalling/unmarshalling HTTP request/response data for both the server and clients. In addition to the codecs themselves, the framework includes base HTTP primitives and utilities to make working with the protocol simpler.