Answers for "vs code rest client GET and POST req code"

0

vs code rest client GET and POST req code

GET https://example.com/comments/1 HTTP/1.1

###

GET https://example.com/topics/1 HTTP/1.1

###

POST https://example.com/comments HTTP/1.1
content-type: application/json

{
    "name": "sample",
    "time": "Wed, 21 Oct 2015 18:27:50 GMT"
}
Posted by: Guest on July-05-2021

Browse Popular Code Answers by Language