Sedang mencoba untuk bisa melakukan integrasi protokol paling baru http/2 ke semua server jetorbit. Apa sih bedanya HTTP versi 1 atau versi 1.1 dengan versi 2 ini? Monggo:
- HTTP/2 is binary, instead of textual
- HTTP/2 is fully multiplexed, instead of ordered and blocking
- HTTP/2 can therefore use one connection for parallelism
- HTTP/2 uses header compression to reduce overhead
- HTTP/2 allows servers to ‘push’ responses proactively into client caches
Wish us luck!