ocean.net.http.HttpHeaders

Public Imports

ocean.net.http.HttpConst
public import ocean.net.http.HttpConst;

Members

Classes

HttpHeaders
class HttpHeaders

Maintains a set of output headers. These are held in an output buffer, and indexed via a HttpStack. Deleting a header could be supported by setting the HttpStack entry to null, and ignoring such values when it's time to write the headers.

HttpHeadersView
class HttpHeadersView

Maintains a set of input headers. These are placed into an input buffer and indexed via a HttpStack.

Structs

HeaderElement
struct HeaderElement

Exposes reachable HttpHeader instances

Meta

License

Tango Dual License: 3-Clause BSD License / Academic Free License v3.0. See LICENSE_TANGO.txt for details.

Version

Initial release: April 2004

Authors

Kris