zostay / RakuWAPI

The Web API for Raku (RakuWAPI)
Artistic License 2.0
24 stars 5 forks source link

http2 question - stream-identifier in p6w response #41

Open ufobat opened 7 years ago

ufobat commented 7 years ago

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.