What exactly is RESTful programming?

前端 未结 30 3821
Happy的楠姐
Happy的楠姐 2020-11-21 06:02

What exactly is RESTful programming?

30条回答
  •  耶瑟儿~
    2020-11-21 06:45

    REST defines 6 architectural constraints which make any web service – a true RESTful API.

    1. Uniform interface
    2. Client–server
    3. Stateless
    4. Cacheable
    5. Layered system
    6. Code on demand (optional)

    https://restfulapi.net/rest-architectural-constraints/

提交回复
热议问题