📜  REST API 中的标头是什么? - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:28.935000             🧑  作者: Mango

代码示例1
● I am using Accept.(Content Type.JSON) type - 
checks what I am receiving should be in JSON or XML format
● And ContentType.(Contenttype.Json) - 
checks what i am sending should be in JSON format