JetClient / jet-client-support

JetClient is an advanced REST API Client plugin for JetBrains IDEs
https://plugins.jetbrains.com/plugin/21173-jetclient
111 stars 0 forks source link

Add support for custom HTTP methods #92

Closed FercoCQ closed 4 months ago

FercoCQ commented 4 months ago

Is your feature request related to a problem?

I need to call an endpoint that uses the experimental QUERY HTTP verb, but I can't do it from JetClient.

Describe the solution you'd like

On the dropdown for selecting the HTTP verb, there could be an "Custom" option, where I could write any HTTP verb as text. I'm not a 100% sure, but I think the only validation should be that it's a string without whitespaces.

Additional context

No response

AntonShuvaev commented 4 months ago

The feature you're requesting is already available. You can specify custom HTTP methods by going to: Settings > Tools > JetClient > Custom Methods