0

The http client from phpStorm supports change http verbs in requests? More info about this client - https://www.jetbrains.com/help/phpstorm/http-client-in-product-code-editor.html#run_request . I read the HTTP Requests Collection from phpStorm but nothing show that support http verb change.

nicolae-stelian
  • 344
  • 3
  • 12

1 Answers1

2

Yes, it does:

enter image description here

You can use whatever request method you need except for custom ones.

Eugene Morozov
  • 2,790
  • 1
  • 10
  • 17