Skip to content haxe.http.HttpBase
Fields
| Name | Type |
|---|
| url | String |
| responseBytes | haxe.io.Bytes |
| responseAsString | String |
| postData | String |
| postBytes | haxe.io.Bytes |
| headers | hl.types.ArrayObj |
| params | hl.types.ArrayObj |
| emptyOnData | Fun |
| onData | Fun |
| onBytes | Fun |
| onError | Fun |
| onStatus | Fun |
Protos
f@31059 setHeader(haxe.http.HttpBase, String, String) → Void
f@31060 setPostData(haxe.http.HttpBase, String) → Void
f@31065 hasOnData(haxe.http.HttpBase) → Bool
f@31066 success(haxe.http.HttpBase, haxe.io.Bytes) → Void
f@31067 get_responseData(haxe.http.HttpBase) → String
Bindings
f@31064 onStatus(haxe.http.HttpBase, I32) → Void
f@31063 onError(haxe.http.HttpBase, String) → Void
f@31062 onBytes(haxe.http.HttpBase, haxe.io.Bytes) → Void
f@31061 onData(haxe.http.HttpBase, String) → Void
- static
f@31058 __constructor__(haxe.http.HttpBase, String) → Void