- Building Microservices with Go
- Nic Jackson
- 84字
- 2021-07-15 17:28:12
HTTP headers
Request headers are a really important part of the HTTP request and response process and implementing a standard approach helps your users to transition from one API to another. In this sub section, we will not cover all the possible headers that you can use in your API, but we will look at the most common headers for full information on the HTTP protocol please take a look at RFC 7231 https://tools.ietf.org/html/rfc7231. This document contains a comprehensive overview of the current standard.
推薦閱讀
- 少兒人工智能趣味入門:Scratch 3.0動畫與游戲編程
- C語言程序設計(第3版)
- PyTorch自動駕駛視覺感知算法實戰
- Xcode 7 Essentials(Second Edition)
- JavaScript+jQuery開發實戰
- Mastering Google App Engine
- Jenkins Continuous Integration Cookbook(Second Edition)
- 精通MATLAB(第3版)
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- 深度學習:Java語言實現
- Python語言實用教程
- Visual Basic程序設計(第三版)
- Python趣味編程與精彩實例
- 深入理解BootLoader
- Android系統下Java編程詳解