mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-03-05 11:10:43 +00:00
4.7 KiB
4.7 KiB
Chrome & Firefox DevTools. HTTP Protocols & WebSockets
ChromeDevTools
- devtools.chrome.com
- Port of Firefox's JSON Viewer
- twitter.com/ChromeDevTools
- In @ChromeDevTools Network, the Copy menu is powerful for replaying network requests. Copy as Fetch API code, cURL and a Node.js fetch that includes cookie data:
- digitalocean.com: How To Debug Node.js with the Built-In Debugger and Chrome DevTools
Firefox DevTools
- Firefox DevTools
- Tip: Firefox has a really nice JSON viewer built in. Transforms JSON files (and API responses) into an easy to browse & search tree.
Other Tools
HTTP Protocols
HTTP Status Codes
HTTP/2
- Wikipedia: HTTP/2
- SPDY & HTTP 2 with Akamai CTO Guy Podjarny
- cURL mantainer: http2 explained 🌟
- cURL mantainer: curl and HTTP/2 by default
- cURL mantainer: A 2015 retrosprective
- http2.github.io HTTP/2 🌟
- http2.github.io HTTP/2 Frequently Asked Questions 🌟
- HTTP/2 resources
- A Simple Performance Comparison of HTTPS, SPDY and HTTP/2 🌟
- blog.cloudflare.com - Tools for debugging, testing and using HTTP/2
- blog.cloudflare.com - HTTP/2 For Web Developers
- HTTP/2 With JBoss EAP 7 - Tech Preview
- simple-talk.com: Script Loading between HTTP/1.1 and HTTP/2
- 5 Tips to Boost the Performance of Your Apache Web Server
- DZone: How HTTP/2 Is Changing Web Performance Best Practices For people who write code for the web, transitioning to HTTP/2 isn’t always straightforward, and a speed boost isn’t automatically guaranteed. This article is an introduction to HTTP/2 and how it changes web performance best practices.