Why is it said that HTTP2 is a binary protocol?
Binary is probably a confusing term – everything is ultimately binary at some point in computers! HTTP/2 has a highly structured format where HTTP messages are formatted into packets (called frames) and where each frame is assigned to a stream. HTTP/2 frames have a specific format, including a length which is declared at the beginning … Read more