- Building Microservices with Go
- Nic Jackson
- 73字
- 2021-07-15 17:28:09
HEAD
A client would use the HEAD verb when they would like to retrieve the headers for a resource without the body. The HEAD verb is typically used in place of a GET verb when a client only wants to check if a resource exists or to read the metadata.
Request:
HEAD /v1/cats/12343 HTTP/1.1
Content-Type: application/json
Content-Length: 0
Response:
HTTP/1.1 200 OK
Content-Type: application/json
Last-Modified: Wed, 25 Feb 2004 22:37:23 GMT
Content-Length: 45
推薦閱讀
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- Python 3.7網絡爬蟲快速入門
- C/C++算法從菜鳥到達人
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- 大學計算機基礎(第2版)(微課版)
- 快速念咒:MySQL入門指南與進階實戰
- The DevOps 2.5 Toolkit
- 西門子S7-200 SMART PLC編程從入門到實踐
- Spring Security Essentials
- Machine Learning With Go
- Python語言科研繪圖與學術圖表繪制從入門到精通
- Angular Design Patterns
- 從零開始學Unity游戲開發:場景+角色+腳本+交互+體驗+效果+發布
- Clojure編程樂趣
- Android熱門應用開發詳解