HTTP-Shortcuts
HTTP-Shortcuts copied to clipboard
Writing to a file using a script.
Is your feature request related to a problem? Please describe.
I have an API that I need to make multiple requests to, and I want to save the results in a file. The problem I'm facing is that I also need to perform additional processing on the returned results. Although I can handle the data using a script, the application's built-in file-saving functionality doesn't meet my requirements. Therefore, I would like to add a file I/O interface or include the 'require' module import, just like const fs = require('fs')