Files
build-web-application-with-…/ebook/03.0.md
Jiaying Ren 5ff5905f7c HTTP作为协议名时统一使用大写(03.0节)
从下一章看到基本上提到http 这四字母,如果要表示HTTP 协议,都使用了大写。而在表示 net/http 包时都用了小写。故这里表示协议,应该全部大写。
2014-01-25 11:14:21 +08:00

12 lines
642 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 3 Web基础
学习基于Web的编程可能正是你读本书的原因。事实上如何通过Go来编写Web应用也是我编写这本书的初衷。前面已经介绍过Go目前已经拥有了成熟的HTTP处理包这使得编写能做任何事情的动态Web程序易如反掌。在接下来的各章中将要介绍的内容都是属于Web编程的范畴。本章则集中讨论一些与Web相关的概念和Go如何运行Web程序的话题。
## 目录
![](images/navi3.png?raw=true)
## links
* [目录](<preface.md>)
* 上一章: [第二章总结](<02.8.md>)
* 下一节: [web工作方式](<03.1.md>)