Browsing Tag
http
6 posts
Deep Dive – How Chunked Transfer Encoding Works
Chunked transfer encoding is a key HTTP/1.1 feature that allows servers to stream data incrementally without knowing the…
.http Files: The Hidden Tool Every Developer Needs for API Testing
If you’ve ever found yourself juggling multiple tools to test APIs—switching between your IDE, a browser, and a…
Top 10 HTTP Testing Tools for Mac in 2024
In modern software development, HTTP testing tools have become essential companions for developers. This article will introduce 10…
From Homemade HTTP Router to New ServeMux
Overview Up until now, I have been using a homemade HTTP router called goblin in my application, but…
Web resource caching: Server-side
The subject of Web resource caching is as old as the World Wide Web itself. However, I’d like…
Web resource caching: Client-side
The subject of Web resource caching is as old as the World Wide Web itself. However, I’d like…