vscode-restclient icon indicating copy to clipboard operation
vscode-restclient copied to clipboard

REST Client Extension for Visual Studio Code

Results 280 vscode-restclient issues
Sort by recently updated
recently updated
newest added

When requesting HTTP endpoints not under your control, you could come across an endpoint that doesn't respond with the correct content-type header value. For example getting an xml body, but...

Hi @Huachao, Thank you a lot for your work and such a great plugin. Looks very promising for me to use. I would like to suggest a very tiny PR...

Thanks for the great extension! It would be very useful if the .env file could be located not just in the same folder as the .http but at level(s) above....

It would be great to have support for [Server Sent Events (SSE)](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events). Such APIs respond with a content type of `text/event-stream`, which is a simple text format for the server...

feature request

- REST Client Version: v0.24.5 - VSCode Version:1.59.1 - OS Version:Ubuntu 20.04.1 LTS Steps to Reproduce: 1. deploy an api with serverless offline which should expect authorization header 2. try...

Would it be possible to embed the json editor for the content of the request when specifing `Content-Type: application/json` ? something like this: ![image](https://user-images.githubusercontent.com/9786571/32612859-ffe7bef2-c571-11e7-8c53-e02e3fe8524d.png)

enhancement

Hi, I know that I can access the response data in this way and use it in other call: \# @name people GET {{baseUrl}}/api/People/All @firstPersonId = {{people.response.body.$.[0].id}} \### Get info...

Hello. I would like to request for Unix time support for $datetime variable, specifically those 2 formats: * unix * unixMillis This is useful as unix time is often used...

A setting to display the new tab in response to clicking an action immediately rather than waiting for request to complete would be good, especially for long-running requests sometimes I'm...

Thank you for building such a nice and helpful extension! - REST Client Version: v0.25.1 - VSCode Version: 1.77.3 - OS Version: Windows 11 - Node version: 18.16.0 Steps to...