Giver Kdkgiver-node.hashnode.dev·Jan 16, 2024Node.js: HTTP ModuleWhat is this HTTP all about? The 'http' that we use as a module is actually a protocol which allows data exchange between client and server. As discussed before, 'http' is a built-in module in Node.js. It has 2 types of messages: HTTP Request and HT...Discusshttp
Haneunhanlee.hashnode.dev·Apr 6, 2023HTTP Status Codes: A Guide to Status Codes in the Request-Response CycleDefinition HTTP status codes are codes that are generated during the request-response cycle between a client and a server. They indicate the status of the request made by the client and the response provided by the server. HTTP Status Codes 1xx (Info...DiscussProgrammingWeb Development