PrioritySpec.this

Initializes PrioritySpec with the |stream_id| of the stream to depend on with |weight| and its exclusive flag. If |exclusive| is true, exclusive flag is set.

The |weight| must be in [HTTP2_MIN_WEIGHT, HTTP2_MAX_WEIGHT], inclusive.

  1. this(ubyte[] data)
  2. this(int _stream_id, int _weight, bool _exclusive)
    struct PrioritySpec
    this

Meta