Merging other languages
This commit is contained in:
20
en/03.5.md
20
en/03.5.md
@@ -1,9 +1,11 @@
|
||||
# 3.5 小结
|
||||
这一章我们介绍了HTTP协议, DNS解析的过程, 如何用go实现一个简陋的web server。并深入到net/http包的源码中为大家揭开实现此server的秘密。
|
||||
|
||||
希望通过这一章的学习,你能够对Go开发Web有了初步的了解,我们也看到相应的代码了,Go开发Web应用是很方便的,同时又是相当的灵活。
|
||||
|
||||
## links
|
||||
* [目录](<preface.md>)
|
||||
* 上一节: [Go的http包详解](<03.4.md>)
|
||||
* 下一章: [表单](<04.0.md>)
|
||||
# 3.5 Summary
|
||||
|
||||
In this chapter, we introduced HTTP, DNS resolution flow and how to build a simple web server. Then we talked about how Go implements web servers for us by looking at the source code of the `net/http` package.
|
||||
|
||||
I hope that you now know much more about web development, and you should see that it's quite easy and flexible to build a web application in Go.
|
||||
|
||||
## Links
|
||||
|
||||
- [Directory](preface.md)
|
||||
- Previous section: [Get into http package](03.4.md)
|
||||
- Next chapter: [User form](04.0.md)
|
||||
|
||||
Reference in New Issue
Block a user