tango.net.http.HttpHeaders

Public Imports

tango.net.http.HttpConst
public import tango.net.http.HttpConst;
Undocumented in source.

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 freachable HttpHeader instances

Meta

License

BSD style: $(LICENSE)

Version

Initial release: April 2004