Skip to content

haxe.http.HttpBase

haxe.http.HttpBase

Fields

NameType
urlString
responseByteshaxe.io.Bytes
responseAsStringString
postDataString
postByteshaxe.io.Bytes
headershl.types.ArrayObj
paramshl.types.ArrayObj
emptyOnDataFun
onDataFun
onBytesFun
onErrorFun
onStatusFun

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