Abstract
- An HTTP stream consists of multiple HTTP Frame
Important
Each HTTP stream (a pair of HTTP Request/HTTP Response) doesn’t need to be sent in order in the same TCP Connection, so HTTP response can be received in a different order of sending the HTTP requests. This is achieved with HTTP Stream ID (流标示符) in the HTTP frame.