Skip to content

sys.Http

sys.Http

Inherits from: haxe.http.HttpBase

Fields

NameType
noShutdownBool
cnxTimeoutF64
responseHeadershaxe.ds.StringMap
chunk_sizeNull
chunk_bufhaxe.io.Bytes
fileVirtual[filename, io, mimeType, param, size]
staticPROXYVirtual[auth, host, port]

Protos

  • f@34768 request(sys.Http, Null) → Void
  • f@34769 customRequest(sys.Http, Bool, haxe.io.Output, sys.net.Socket, String) → Void
  • f@34770 writeBody(sys.Http, haxe.io.BytesOutput, haxe.io.Input, I32, String, sys.net.Socket) → Void
  • f@34771 readHttpResponse(sys.Http, haxe.io.Output, sys.net.Socket) → Void
  • f@34772 readChunk(sys.Http, EReg, haxe.io.Output, haxe.io.Bytes, I32) → Bool

Bindings

  • static f@34767 __constructor__(sys.Http, String) → Void