REST

Updated: 12/31/2022 by Computer Hope

REST, also known as Representational State Transfer, is a technique used in the design and development of web applications. It was developed and standardized by the W3C with HTTP (hypertext transfer protocol) 1.1 in 1999. Benefits include scalability, fault tolerance, and the ability to modify individual components even while the software is running.

Software that uses this style of interface is called "RESTful."

Computer abbreviations, Network terms, W3C, Web application, Web design terms