September 2024
Intermediate to advanced
743 pages
27h 48m
English
In this chapter, you’ve learned about the most important protocols for the web. You now know how clients and servers communicate with each other, know the difference between unidirectional and bidirectional communication, and know which type of communication is suitable for which use case.
The following key points were presented in this chapter:
HTTP, the Hypertext Transfer Protocol, is a unidirectional client/server protocol in which the HTTP client makes HTTP requests to the HTTP server and the server responds with an HTTP response.
You can use headers to pass additional meta information to HTTP requests and HTTP responses.
HTTP methods define what action should be performed on the HTTP ...
Read now
Unlock full access