Exemplo n.º 1
0
 public http2gzipReader(http2incomparable _ = default, io.ReadCloser body = default, ref ptr <gzip.Reader> zr = default, error zerr = default)
 {
     this._    = _;
     this.body = body;
     this.zr   = zr;
     this.zerr = zerr;
 }
 public http2addConnCall(http2incomparable _ = default, ref ptr <http2clientConnPool> p = default, channel <object> done = default, error err = default)
 {
     this._    = _;
     this.p    = p;
     this.done = done;
     this.err  = err;
 }
 public http2requestBody(http2incomparable _ = default, ref ptr <http2stream> stream = default, ref ptr <http2serverConn> conn = default, bool closed = default, bool sawEOF = default, ref ptr <http2pipe> pipe = default, bool needsContinue = default)
 {
     this._             = _;
     this.stream        = stream;
     this.conn          = conn;
     this.closed        = closed;
     this.sawEOF        = sawEOF;
     this.pipe          = pipe;
     this.needsContinue = needsContinue;
 }
Exemplo n.º 4
0
 public http2frameWriteResult(http2incomparable _ = default, http2FrameWriteRequest wr = default, error err = default)
 {
     this._   = _;
     this.wr  = wr;
     this.err = err;
 }
Exemplo n.º 5
0
 public http2httpError(http2incomparable _ = default, @string msg = default, bool timeout = default)
 {
     this._       = _;
     this.msg     = msg;
     this.timeout = timeout;
 }
Exemplo n.º 6
0
 public http2flow(http2incomparable _ = default, int n = default, ref ptr <http2flow> conn = default)
 {
     this._    = _;
     this.n    = n;
     this.conn = conn;
 }
 public http2resAndError(http2incomparable _ = default, ref ptr <Response> res = default, error err = default)
 {
     this._   = _;
     this.res = res;
     this.err = err;
 }
Exemplo n.º 8
0
 public http2bufferedWriter(http2incomparable _ = default, io.Writer w = default, ref ptr <bufio.Writer> bw = default)
 {
     this._  = _;
     this.w  = w;
     this.bw = bw;
 }
 public http2clientConnReadLoop(http2incomparable _ = default, ref ptr <http2ClientConn> cc = default, bool closeWhenIdle = default)
 {
     this._             = _;
     this.cc            = cc;
     this.closeWhenIdle = closeWhenIdle;
 }