ufftr456)

125 posts

ufftr456) banner
ufftr456)

ufftr456)

@an21219

Katılım Aralık 2021
155 Takip Edilen546 Takipçiler
ufftr456) retweetledi
Alex Xu
Alex Xu@alexxubyte·
GET, POST, PUT... Common HTTP “verbs” in one figure 1. HTTP GET This retrieves a resource from the server. It is idempotent. Multiple identical requests return the same result. 2. HTTP PUT This updates or Creates a resource. It is idempotent. Multiple identical requests will update the same resource. 3. HTTP POST This is used to create new resources. It is not idempotent, making two identical POST will duplicate the resource creation. 4. HTTP DELETE This is used to delete a resource. It is idempotent. Multiple identical requests will delete the same resource. 5. HTTP PATCH The PATCH method applies partial modifications to a resource. 6. HTTP HEAD The HEAD method asks for a response identical to a GET request but without the response body. 7. HTTP CONNECT The CONNECT method establishes a tunnel to the server identified by the target resource. 8. HTTP OPTIONS This describes the communication options for the target resource. 9. HTTP TRACE This performs a message loop-back test along the path to the target resource. Over to you: What other HTTP verbs have you used? – Subscribe to our weekly newsletter to get a Free System Design PDF (158 pages): bit.ly/3KCnWXq
GIF
English
11
404
1.5K
150.6K
ufftr456)
ufftr456)@an21219·
Understanding Kubernetes Etcd Back&Restore — A Beginner’s Guide @routerhan/understanding-kubernetes-etcd-back-restore-a-beginners-guide-1a43cf1a0756" target="_blank" rel="nofollow noopener">medium.com/@routerhan/und…
Dansk
0
0
0
52
ufftr456) retweetledi
Linuxopsys
Linuxopsys@linuxopsys·
99% of Linux users use the cat command every day. Despite this, most people do not take advantage of its full potential. In this thread, I'll explain what the cat command is and show you some options you probably didn't know about (but you should):
Linuxopsys tweet media
English
23
259
1.4K
334.1K