标签: api http rest mime-types
用例: 我们假设我们有www.example.org/statistics/ - text/json它使用JSON表示原始数据,text/html它为人类提供表示,包括美,图,交互等。
www.example.org/statistics/
text/json
text/html
这是好习惯吗?
答案 0 :(得分:2)
是的,它被称为Content Negotiation,这是让您的网址保持整洁的好方法。