When developing a web service, you would usually test it by sending all kinds of HTTP requests to it and examining what’s returned. In PhpStorm, you can do this directly in the code editor.
In this post, we’ll use the github.com/JetBrains/phpstorm-http-client-tutorial example project to demonstra…