- Echo Quick Start Guide
- J. Ben Huson
- 114字
- 2021-06-25 21:39:40
HTTP basics
Two of the most critical structures within web application development are requests and responses. As with most other programs, a web application needs to take inputs, and produce outputs. As HTTP is a stateless protocol, each request made will result in a response message back to the caller. For a web application, the input comes in the form of an HTTP request, and the output as an HTTP response. The net/http package contains data structures that completely model the HTTP protocol message types, which are used by most of the many web frameworks built with Go. In the following diagram, you can see the HTTP request and response protocol data structures:
推薦閱讀
- 網(wǎng)絡(luò)協(xié)議工程
- Web安全防護(hù)指南:基礎(chǔ)篇
- 面向物聯(lián)網(wǎng)的CC2530與傳感器應(yīng)用開(kāi)發(fā)
- TCP/IP入門(mén)經(jīng)典(第5版)
- 物聯(lián)網(wǎng)關(guān)鍵技術(shù)及應(yīng)用
- 互聯(lián)網(wǎng)基礎(chǔ)資源技術(shù)與應(yīng)用發(fā)展態(tài)勢(shì)(2021—2023)
- 無(wú)人機(jī)通信
- 物聯(lián)網(wǎng)與無(wú)線(xiàn)傳感器網(wǎng)絡(luò)
- Getting Started with Grunt:The JavaScript Task Runner
- 物聯(lián)網(wǎng)之霧:基于霧計(jì)算的智能硬件快速反應(yīng)與安全控制
- IPv6網(wǎng)絡(luò)切片:使能千行百業(yè)新體驗(yàn)
- 6G:面向2030年的移動(dòng)通信
- Learning Windows 8 Game Development
- React Cookbook
- 設(shè)備監(jiān)控技術(shù)詳解