HTTPCodec.StreamID

Key that uniquely identifies a request/response pair within (and only within) the scope of the codec. Code outside the codec should regard the StreamID as an opaque data structure; different subclasses of HTTPCodec are likely to use different conventions for generating StreamID values.

A value of zero indicates an uninitialized/unknown/unspecified StreamID.

class HTTPCodec
alias StreamID = uint

Meta