Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

vs code rest client post request sample

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

{
    "name": "sample",
    "time": "Wed, 21 Oct 2015 18:27:50 GMT"
}
Source by marketplace.visualstudio.com #
 
PREVIOUS NEXT
Tagged: #code #rest #client #post #request #sample
ADD COMMENT
Topic
Name
5+9 =