Answers for "What are headers in REST API?"

0

What are headers in REST API?

● 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
Posted by: Guest on June-21-2021

Browse Popular Code Answers by Language