Fix grammar and typos for 04.6.md

This commit is contained in:
Anchor
2014-09-14 20:07:59 -07:00
parent 01ace5c50d
commit b824c2094a

View File

@@ -1,8 +1,8 @@
# 4.6 Summary
In this chapter, we mainly learned how to process form data in Go through examples about user log in and file upload. We also understand that verify user data is extremely important for website security, and we used one section to talk about how to filter data with regular expression.
In this chapter, we mainly learned how to process form data in Go through several examples like logging in users and uploading files. We also emphasized that verifying user data is extremely important for website security, and we used one section to talk about how to filter data with regular expressions.
I hope you know more about communication between client and server side, which is client sends data to server, and server responds to client after processed data.
I hope that you now know more about the communication process between client and server.
## Links