add: docs
This commit is contained in:
parent
f776878c8d
commit
e1302716cb
3 changed files with 19 additions and 2 deletions
7
INSTALLING_DEPENDENCIES.md
Normal file
7
INSTALLING_DEPENDENCIES.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Installing Dependencies
|
||||
|
||||
# Updating and Upgrading pip
|
||||
|
||||
```sh
|
||||
python -m pip install --upgrade pip
|
||||
```
|
11
RFC/HTTP_RFC.md
Normal file
11
RFC/HTTP_RFC.md
Normal 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)
|
|
@ -14,7 +14,6 @@ Activating the virtual environment:
|
|||
|
||||
# Other Relevant Documentation
|
||||
|
||||
[Running python executables under UNIX](RUNNING_PYTHON_EXECUTABLES_UNDER_UNIX.md)
|
||||
|
||||
[Installing Dependencies](INSTALLING_DEPENDENCIES.md)
|
||||
|
||||
[Running python executables under UNIX](RUNNING_PYTHON_EXECUTABLES_UNDER_UNIX.md)
|
||||
|
|
Loading…
Add table
Reference in a new issue