How to send a DELETE HTTP request with node.js?

后端 未结 0 1748
无人及你
无人及你 2021-02-03 12:24

I need to delete an audio file from a server, here is what I tried:

var payload = JSON.stringify(recordingID);

const options = {
    hostname: \'xxxxxxxxx\',
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题