here code is such that when blank message from client then client socket will close and
client will disconnected from the server.
here when blank message sent from client, it close the client socket.
HTTP Methods
GET - retrieve some information to be READ by the client/user
POST - CREATE a new resource with information contained in the request
PUT - UPDATE an entire resource with information contained in the request
PATCH - UPDATE a part of a resource with information contained in the request
DELETE - DESTROY a resource, typically indicating that it is removed from the database
Run the file and then open the url in browser will show you the web page you created.