libs.AsyncHttp
libs.AsyncHttp
Fields
| Name | Type | |
|---|---|---|
url | String | |
postData | haxe.io.Bytes | |
headers | hl.types.ArrayObj | |
params | hl.types.ArrayObj | |
post | Bool | |
responseData | haxe.io.Bytes | |
responseHeaders | haxe.ds.StringMap | |
status | Null | |
chunk_size | Null | |
chunk_buf | haxe.io.Bytes | |
file | Virtual[filename, io, mimeType, param, size] | |
boundary | String | |
method | String | |
requestData | haxe.io.Bytes | |
requestTotalSize | I32 | |
requestSent | I32 | |
multipart | Bool | |
closed | Bool | |
cancelled | Bool | |
handshaking | Bool | |
secure | Bool | |
chunked | Bool | |
cencoding | String | |
idleTimeout | F64 | |
timeout | F64 | |
started | Null | |
lastActive | F64 | |
lastProgress | F64 | |
sock | sys.net.Socket | |
hbuffer | haxe.io.BytesBuffer | |
output | haxe.io.BytesOutput | |
buf | haxe.io.Bytes | |
bufsize | I32 | |
bufpos | I32 | |
size | Null | |
host | String | |
port | I32 | |
onData | Fun | |
onRedirect | Fun | |
onStatus | Fun | |
onError | Fun | |
onProgress | Fun | |
| static | DEFAULT_IDLE_TIMEOUT | F64 |
| static | DEFAULT_TIMEOUT | F64 |
| static | WORKER | libs._AsyncHttp.AsyncHttpWorker |
| static | getWorker | Fun |
| static | CHUNK_RE | EReg |
| static | REG_ABSOLUTE | EReg |
Protos
f@33657setParameter(libs.AsyncHttp, String, String) → libs.AsyncHttpf@33658setIdleTimeout(libs.AsyncHttp, F64) → libs.AsyncHttpf@33659setTimeout(libs.AsyncHttp, F64) → libs.AsyncHttpf@33665request(libs.AsyncHttp, Null) → Voidf@33666doStart(libs.AsyncHttp) → Voidf@33667onResolve(libs.AsyncHttp, I32, I32, Bytes) → Voidf@33668doConnect(libs.AsyncHttp, sys.net.Host) → Voidf@33669doWrite(libs.AsyncHttp) → Voidf@33670writeRequest(libs.AsyncHttp) → Boolf@33671writeData(libs.AsyncHttp) → Boolf@33672doRead(libs.AsyncHttp) → Voidf@33673readHeader(libs.AsyncHttp) → Boolf@33674parseHeader(libs.AsyncHttp) → Voidf@33675readData(libs.AsyncHttp) → Boolf@33676readChunk(libs.AsyncHttp, EReg, haxe.io.Output, haxe.io.Bytes, I32) → Boolf@33677resolveUrl(libs.AsyncHttp, String) → Stringf@33678close(libs.AsyncHttp) → Void
Bindings
f@33664onProgress(libs.AsyncHttp, Bool, I32, I32) → Voidf@33663onError(libs.AsyncHttp, libs.HttpError) → Voidf@33662onStatus(libs.AsyncHttp, I32) → Voidf@33661onRedirect(libs.AsyncHttp, String) → Voidf@33660onData(libs.AsyncHttp, haxe.io.Bytes) → Void- static
f@33655__constructor__(libs.AsyncHttp, String) → Void - static
f@33641getWorker() → libs._AsyncHttp.AsyncHttpWorker