Tag: http
-
Refresh: RFC 9110: HTTP Semantics
The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document describes the overall architecture of HTTP, establishes common terminology, and defines aspects of the protocol that are shared by all versions. In this definition are core protocol elements, extensibility mechanisms, and the “http” and “https” Uniform Resource…
-
TIL: HTTP range requests
An HTTP Range request asks the server to send only a portion of an HTTP message back to a client. https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests