When you implement a server that handles http/2 the reponse to a request also contains the stream identifier.
https://tools.ietf.org/html/rfc7540#page-33
Therefore you need to obtain the stream-identifier from the p6w response. Is there already a way to retrive this information? I couldn't find it.
When you implement a server that handles http/2 the reponse to a request also contains the stream identifier. https://tools.ietf.org/html/rfc7540#page-33 Therefore you need to obtain the stream-identifier from the p6w response. Is there already a way to retrive this information? I couldn't find it.