Benefits For REST APIs with HTTP/2
HTTP/1.x vs HTTP/2 First, let's see what are some of the high-level differences: * HTTP/2 is binary, instead of textual Binary protocols are more efficient to parse, more compact “on the wire”, and most importantly, they are much less error-prone, compared to textual protocols like »