Google Chrome extensions : Advanced REST client
Indispensable for any REST API developer.
Google adds QUIC protocol to latest Chrome build, delivering HTTP over UDP
Here are the QUIC highlights Google wants to emphasize right now:
- High security similar to TLS.
- Fast (often 0-RTT) connectivity similar to TLS Snapstart combined with TCP Fast Open.
- Packet pacing to reduce packet loss.
- Packet error correction to reduce retransmission latency.
- UDP transport to avoid TCP head-of-line blocking.
- A connection identifier to reduce reconnections for mobile clients.
- A pluggable congestion control mechanism.
In other words, QUIC is yet another protocol that Google is building to help speed up the Web. It has already done so notably with its SPDY protocol, which is now the foundation of the upcoming HTTP 2.0 protocol.
found here). Â The best part is that it’s actually bookmarkable!
This is an excellent presentation about the Google Chrome built-in DevTools  (click outside the slide to move to the next one).