A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
HeaderBytesTotal — Property in class com.curlyben.events.HTTPEvent
The size in bytes of the response headers.
headerComplete — Event in class com.curlyben.net.HTTPRequest
This event is triggered when the header portion of a request has completed loading.
Host — Property in class com.curlyben.net.HTTPRequest
The remote host address.
HTTPEvent — Class in package com.curlyben.events
An HTTP event that gives access to response and request headers.
HTTPEvent(etype, request:com.curlyben.net:HTTPRequest, ebubbles, ecancelable) — Constructor in class com.curlyben.events.HTTPEvent
The HTTPEvent constructor.
HTTPHeader — Class in package com.curlyben.net
A simple single HTTP header object.
HTTPHeader(name, value) — Constructor in class com.curlyben.net.HTTPHeader
Creates a HTTPHeader from a pair of strings.
HTTPRequest — Dynamic class in package com.curlyben.net
A HTTP request handler similair to the builtin flash.net.URLRequest.
HTTPRequest(redherring) — Constructor in class com.curlyben.net.HTTPRequest
Creates an instance of HTTPRequest, optionally specifying a URL for a RedHerring proxy.
HTTP_VER_1_0 — Constant static property in class com.curlyben.net.HTTPRequest
A string constant used to set "1.0" as the HTTPVersion.
HTTP_VER_1_1 — Constant static property in class com.curlyben.net.HTTPRequest
A string constant used to set "1.1" as the HTTPVersion.
HTTPVersion — Property in class com.curlyben.net.HTTPRequest
The HTTP protocol version to use when making requests.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z