Skip to content

Commit 1332382

Browse files
committed
adds complete description on the HTTP protocol versions, verbs
1 parent 9996a6f commit 1332382

File tree

2 files changed

+274
-2
lines changed

2 files changed

+274
-2
lines changed

Readme.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,5 +169,21 @@ The repo for our backend framework- [Velocy](https://github.com/ishtms/velocy)
169169
- [`DELETE` - Remove from existence](/chapters/ch06.1-http-verbs.md#delete---remove-from-existence)
170170
- [`PATCH` - Partial updates](/chapters/ch06.1-http-verbs.md#patch---partial-updates)
171171
- [A small recap](/chapters/ch06.1-http-verbs.md#a-small-recap)
172+
- [The `/` path](/chapters/ch06.1-http-verbs.md#the--path)
173+
- [`HTTP/0.9`](/chapters/ch06.1-http-verbs.md#http09)
174+
- [`HTTP/1.0`](/chapters/ch06.1-http-verbs.md#http10)
175+
- [Introduction to the HTTP Header](/chapters/ch06.1-http-verbs.md#introduction-to-the-http-header)
176+
- [Versioning](/chapters/ch06.1-http-verbs.md#versioning)
177+
- [Status Codes](/chapters/ch06.1-http-verbs.md#status-codes)
178+
- [Content-Type Header](/chapters/ch06.1-http-verbs.md#content-type-header)
179+
- [New Methods](/chapters/ch06.1-http-verbs.md#new-methods)
180+
- [`HTTP/1.1`](/chapters/ch06.1-http-verbs.md#http11)
181+
- [Persistent Connections](/chapters/ch06.1-http-verbs.md#persistent-connections)
182+
- [Pipelining](/chapters/ch06.1-http-verbs.md#pipelining)
183+
- [Chunked Transfer Encoding](/chapters/ch06.1-http-verbs.md#chunked-transfer-encoding)
184+
- [The `Host` header](/chapters/ch06.1-http-verbs.md#the-host-header)
185+
- [Caching improvements](/chapters/ch06.1-http-verbs.md#caching-improvements)
186+
- [Range Requests](/chapters/ch06.1-http-verbs.md#range-requests)
187+
- [New Methods: `PUT`, `DELETE`, `CONNECT`, `OPTIONS`, `TRACE`](/chapters/ch06.1-http-verbs.md#new-methods-put-delete-connect-options-trace)
172188

173189
![](https://uddrapi.com/api/img?page=readme)

0 commit comments

Comments
 (0)