In this part of the series, we will be taking a look at the HTTP protocol, request/response objects, their application in flask, properties, and their related methods. We will take steps to import it from the flask module, use its properties, and look at some of its related usages

Web applications implement one of the internet data and message exchange architectures that is based on HTTP protocol. The HTTP protocol is just one of the many application layers of TCP/IP. The TCP/IP(Transmission Control Protocol/Internet Protocol) is used as a standard for transmitting data over networks. In simple terms, HTTP has rules, properties, and methods that implement the transmission of messages in form of hyperlinks over the communication structures enforced by the TCP/IP.

.You must know that the internet is based on connected physical computational devices over either copper wires, fiber optical cables, wireless, and other media to form data transmission and retrieval systems across the globe. Trust me, that is a whole career field in itself and we are not interested in its elaborate ramblings in this post.

#flask #web developemnt #flask #flask requests #webdevelopment

Web development with python and flask: part 3
1.75 GEEK