Method HPack.Context()->put_int()
- Method put_int
protectedvoidput_int(Stdio.Bufferbuf,int(8bit)bits,int(8bit)mask,intvalue)- Description
Encode an integer with the HPack integer encoding.
- Parameter
buf Output buffer.
- Parameter
bits Bits that should always be set in the first byte of output.
- Parameter
mask Bitmask for the value part of the first byte of output.
- Parameter
value Integer value to encode.