Request and response are 2 types of HTTP messages with their own format. Every time a client sends an HTTP message to a server, that HTTP messages is called a request. And after receiving and handling a request, the server will respond with a response.
Request :
Response :