What exactly is RESTful programming?

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

What exactly is RESTful programming?

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

    There is not such notion as "RESTful programming" per se. It would be better called RESTful paradigm or even better RESTful architecture. It is not a programming language. It is a paradigm.

    From Wikipedia:

    In computing, representational state transfer (REST) is an architectural style used for web development.

提交回复
热议问题