Reefa Posted February 18, 2015 Share Posted February 18, 2015 Today, the next major version of HTTP took a big step toward becoming a reality; it’s been officially finalized and now moves towards being fully standardized.According to a blog by Mark Nottingham, the chair of the IETF HTTP Working Group, the standard was completed today and is on its way to the RFC Editor to go through editorial processes before being published as a standard.HTTP/2 is a huge deal; it’s the next big version of the Hypertext Transfer Protocol, marking the largest change since 1999 when HTTP 1.1 was adopted.The new standard brings a number of benefits to one of the Web’s core technologies, such as faster page loads, longer-lived connections, more items arriving sooner and server push. HTTP/2 uses the same HTTP APIs that developers are familiar with, but offers a number of new features they can adopt.One notable change is that HTTP requests will be ‘cheaper’ to make. The Web community has often told developers to avoid adding too many HTTP requests to their pages, which lead to optimization techniques like code inlining or concatenation to reduce the requests. With HTTP/2, a new multiplexing feature allows lots of requests to be delivered at the same time, so the page load isn’t blocked.HTTP/2 also uses significantly fewer connections, hopefully resulting in lower load for servers and networks. Nottingham previously published a number of other improvements coming to the standard on his blog.The new HTTP standard was based on Google’s SPDY protocol, which is used today by some technologies to manipulate traffic which helps improve latency and security, delivering faster page load times. Google announced just a few days ago that it plans to switch fully to HTTP/2 in Chrome.Developers wishing to test HTTP/2 before it becomes official can already do so now in Firefox and Chrome, along with downloadable test servers to try improvements for themselves. More information is available in the HTTP/2 FAQ.It should be a relatively short time before the standard is passed through the Request-For-Comments Editor and published for use in its final form.thenextweb.com Link to comment Share on other sites More sharing options...
Administrator DKT27 Posted February 18, 2015 Administrator Share Posted February 18, 2015 While all this may sound a bit confusing to common users, from what I can understand, we can expect faster page loads, less network congestion and even lesser load on the website's server. More information can be found here.While I have no detailed information on it, I personally believe this will effectively change the methods to using the internet. Certain tweaks might not be required, certain softwares might not be required as much as they do now. Again, this is from very little knowledge I have on this.Either way, Google is going to stop supporting SPDY in Chrome, as basically SPDY looks like it was something between HTTP 1.1 and HTTP/2.In addition to that, Firefox will only support HTTP/2 on encypted sites. They should change their stance on it, as enabling HTTP/2 everywhere will give massive gains and is required as most websites are not encypted on the internet. Link to comment Share on other sites More sharing options...
Jime234 Posted February 18, 2015 Share Posted February 18, 2015 While all this may sound a bit confusing to common users, from what I can understand, we can expect faster page loads, less network congestion and even lesser load on the website's server. More information can be found here.While I have no detailed information on it, I personally believe this will effectively change the methods to using the internet. Certain tweaks might not be required, certain softwares might not be required as much as they do now. Again, this is from very little knowledge I have on this.Either way, Google is going to stop supporting SPDY in Chrome, as basically SPDY looks like it was something between HTTP 1.1 and HTTP/2.In addition to that, Firefox will only support HTTP/2 on encypted sites. They should change their stance on it, as enabling HTTP/2 everywhere will give massive gains and is required as most websites are not encypted on the internet.Nice to see you back man, you are back with a bang ! :showoff: ^_^ Link to comment Share on other sites More sharing options...
dcs18 Posted February 18, 2015 Share Posted February 18, 2015 HTTP/2 is already available and enabled on my browser - ATM, seems to be experimental on Firefox. B) Link to comment Share on other sites More sharing options...
Now Posted February 18, 2015 Share Posted February 18, 2015 As i remember it's been there, maybe hidden, since ver34.but now it's comes enabled by default. Link to comment Share on other sites More sharing options...
dcs18 Posted February 18, 2015 Share Posted February 18, 2015 There is the following entry, too:--security.ssl.enable_alpn Link to comment Share on other sites More sharing options...
Now Posted February 18, 2015 Share Posted February 18, 2015 There is the following entry, too:--security.ssl.enable_alpnAh yes, u want screenshot of that too :naughty: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.