Coding assistance for REST development
Besides the common Web services support, CLion provides the following facilities for developing RESTful Web services:
Code completion for MIME type
Dedicated HTTP Client in CLion Code Editor
HTTP Client in Code Editor
The dedicated HTTP client in CLion code editor provides the following facilities for working with HTTP requests:
Composing and executing requests
Displaying server responses and the executed requests history
Completing the HTTP request parts from the
@Path
and@Produces
annotations specified in the C/C++ code
Change in the C/C++ code | Change in the HTTP request in editor |
---|---|
| The contents of the |
| The contents of the |