add: docs

This commit is contained in:
ahoemann 2025-03-21 10:15:54 +01:00
parent f776878c8d
commit e1302716cb
3 changed files with 19 additions and 2 deletions

11
RFC/HTTP_RFC.md Normal file
View file

@ -0,0 +1,11 @@
# RFC 9110
# HTTP Semantics
## Abstract
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 Identifier (URI) schemes.
This document updates RFC 3864 and obsoletes RFCs 2818, 7231, 7232, 7233, 7235, 7538, 7615, 7694, and portions of 7230.
[RFC 9110 Source](https://datatracker.ietf.org/doc/html/rfc9110)