Home > AI > Backend > SpringBoot >

REST API

  • Suitable actions (GETPOSTPUTDELETE, …​)
  • Caching
  • Redirection and forwarding
  • Security (encryption and authentication)

By building on top of HTTP, REST APIs provide the means to build:

  • Backwards compatible APIs
  • Evolvable APIs
  • Scaleable services
  • Securable services
  • A spectrum of stateless to stateful services;

Leave a Reply