What exactly is RESTful programming?

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

What exactly is RESTful programming?

30条回答
  •  没有蜡笔的小新
    2020-11-21 06:31

    It's programming where the architecture of your system fits the REST style laid out by Roy Fielding in his thesis. Since this is the architectural style that describes the web (more or less), lots of people are interested in it.

    Bonus answer: No. Unless you're studying software architecture as an academic or designing web services, there's really no reason to have heard the term.

提交回复
热议问题