Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Based on https://www.baeldung.com/cs/rest-architecture and https://restfulapi.net/resource-naming/

...

On this page.

...

Introduction

REST is a software architectural style that relies on rules that describes how to define and access resources. As we can see on Google Trends, interest in REST is huge. It’s hard to imagine the moderns Internet without RESTful APIs. In this article, we’ll dive deeply into REST and related HTTP concepts.

...

REST Architecture

HTTP Protocol

...