- 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.
推薦閱讀
- ASP.NET Core 5.0開發入門與實戰
- PyTorch自然語言處理入門與實戰
- MySQL 8 DBA基礎教程
- Programming ArcGIS 10.1 with Python Cookbook
- 老“碼”識途
- Amazon S3 Cookbook
- Mastering Apache Spark 2.x(Second Edition)
- INSTANT Django 1.5 Application Development Starter
- Visual Studio 2015高級編程(第6版)
- Struts 2.x權威指南
- 趣學數據結構
- The Python Apprentice
- 構建跨平臺APP:響應式UI設計入門
- 設計模式的藝術
- Drupal 7 Webform Cookbook