Haneunhanlee.hashnode.dev·Apr 4, 2023REST API vs. RESTful APIREST API Definition Representational State Transfer Application Programming Interface (REST API) A REST API is an API based on the REST architecture. Components of a REST API 1. URIs should use nouns rather than verbs and should be in lowercase. ...1 like·38 readsProgrammingREST API
Haneunhanlee.hashnode.dev·Apr 3, 2023REST Concepts and Features: Core Technology for Web ServicesDefinition REST (Representational State Transfer). Rules the way data is exchanged between different devices or systems. Identification through unique HTTP URI (Uniform Resource Identifier) Use of HTTP methods (POST, GET, PUT, DELETE, PATCH, etc.) ...1 likeProgrammingREST
Vaibhav Dewanganvaibzde.hashnode.dev·Jan 13, 2023#Day24 - An Introduction to HTTP: The Protocol of the WebIntroduction Welcome to the 24th blog in our 50-day blogging series, "Code Blog Repeat: A 50-Day Quest for Backend Mastery"! I am so glad you could join us on this journey to becoming a backend master. In our previous blog, we discussed in detail abo...1 likeCode, Blog, Repeat: A 50-Day Quest for Back-End Masteryhttp
Manasa Mandalreddymanasamandalreddy.hashnode.dev·Dec 25, 2022What is HTTP protocol?In this blog, we will understand what is HTTP protocol and its basic features with examples. Okay, so it's a protocol, so what does it mean? A protocol means a set of rules and regulations or guidelines while communicating or executing a task. Okay, ...38 readsHTTP protocol