sys.Http
sys.Http
Inherits from: haxe.http.HttpBase
Fields
| Name | Type | |
|---|---|---|
noShutdown | Bool | |
cnxTimeout | F64 | |
responseHeaders | haxe.ds.StringMap | |
chunk_size | Null | |
chunk_buf | haxe.io.Bytes | |
file | Virtual[filename, io, mimeType, param, size] | |
| static | PROXY | Virtual[auth, host, port] |
Protos
f@34768request(sys.Http, Null) → Voidf@34769customRequest(sys.Http, Bool, haxe.io.Output, sys.net.Socket, String) → Voidf@34770writeBody(sys.Http, haxe.io.BytesOutput, haxe.io.Input, I32, String, sys.net.Socket) → Voidf@34771readHttpResponse(sys.Http, haxe.io.Output, sys.net.Socket) → Voidf@34772readChunk(sys.Http, EReg, haxe.io.Output, haxe.io.Bytes, I32) → Bool
Bindings
- static
f@34767__constructor__(sys.Http, String) → Void