next-http
next-http copied to clipboard
POST response
I guess this is not really an issue, but a feature request...
I’ve been testing your excellent .http command and noticed something with POST requests. Currently, you can specify the bank to send data from, but there’s no option to capture the response.
For example, if .http is used to insert data into a database via an API endpoint, the API might return useful information such as a row ID, GUID, or other values.
Would it be possible to add an option that allows .http to store the response from a POST request into a bank as well?