The 1th chapter of the Course Guide study
Introduce the course as a whole, and explain the importance of the HTTP protocol and the necessity of learning.
1-1 Guided Learning
1-2 Content Introduction
2nd. HTTP protocol Basics and development history
This chapter mainly describes what is the HTTP protocol, the development History of the HTTP protocol, and the bottom of the HTTP protocol-the network layered protocol. In this chapter you will learn the basics of the HTTP protocol and understand why the HTTP protocol, and his pros and cons, are generated.
2-1 5 Layer Network Model introduction
2-2 development History of the HTTP protocol
2-3 http three-time handshake
2-4 Uri-url and Urn
2-5 HTTP Message Format
2-6 creating one of the simplest Web services
3rd Overview of HTTP Features
This chapter focuses on the role of various header information in the HTTP protocol, including but not limited to the most important parts: caching, cookies, cors cross-domain, long connections, and so on, with practical examples to show how these HTTP headers work and what problems are resolved.
3-1 Understanding HTTP Clients
3-2 cors cross-domain request limitation and resolution
3-3 cors cross-domain restrictions and pre-request validation
3-4 the meaning and use of the cache header Cache-control
3-5 Cache validation last-modified and ETag usage
3-6 Cookie and session
3-7 http Long Connection
3-8 Data Negotiation
3-9 Redirect
3-10 CSP
4th Nginx Proxy and future-oriented HTTP
In this chapter, the main combat nginx configuration of various future-oriented HTTP services, the first will introduce Nginx installation and basic configuration, followed by the configuration Nginx cache function to show you the benefits of proxy cache compared to the client cache. In the last chapter we also explain the HTTPS protocol and HTTP2, what they are, what are the advantages. ...
4-1 Nginx Installation and base agent configuration
4-2 the use of Nginx proxy configuration and proxy caching
4-3 HTTPS parsing
4-4 using Nginx to deploy HTTPS services
The advantages of 4-5 HTTP2 and the simple use of nginx configuration HTTP2
The 5th chapter of the course summary
A review of the curriculum as a whole
5-1 Course Summary
: Baidu Network Disk download
HTTP protocol principle + practice Web Development Engineer must learn