-
Notifications
You must be signed in to change notification settings - Fork 15
Rest Client RFC 7230
Ilya Muromtsev edited this page Jun 16, 2026
·
2 revisions
Run .http and .rest files directly in IntelliJ IDEA Community using either the JetBrains HttpClient CLI or httpYac.
### Get a sample
GET https://httpbin.org/anything
Accept: application/jsonClick the
JetBrains HttpClient CLI (recommended for Community Edition):
- Open Settings → Tools → Explyt Spring.
- Click Download HttpClient CLI — the plugin handles installation and path configuration automatically.
- Done — the CLI can now run
.http/.restfiles.
httpYac (alternative):
- Install globally:
npm install -g httpyac - Ensure
httpyacis on yourPATH. - In Settings → Tools → Explyt Spring, set the runner executable to
httpyac.
To switch runners, return to Settings → Tools → Explyt Spring and select your preferred tool.
rest-client-http-v2.mp4
If you'd rather drive requests from Spring Web methods via Swagger UI, see Spring Web & OpenAPI REST client.
Home · Features · Installation · Usage · Marketplace · Issues · Telegram (EN)
Explyt Spring Plugin — free for commercial and non-commercial use under the Apache License 2.0.
Getting started
Features
- All features
- Native Context Mode
- Spring Debugger
- HTTP Client
- Spring Web & OpenAPI REST client
.http/.restfiles (RFC 7230)- Code Generations
- MCP Tools
- Explyt AI Actions
Gallery
Links