Skip to content

HTTP Client

Ilya Muromtsev edited this page Jun 16, 2026 · 1 revision

HTTP Client

Explyt brings a built-in HTTP client to IntelliJ IDEA Community Edition. There are two ways to test HTTP requests — pick the one that fits your workflow.

1. Swagger UI from Spring annotations

Define requests with familiar Spring Web annotations; the plugin generates OpenAPI and opens Swagger UI inside the IDE. Best for Spring Web (Java/Kotlin) methods.

Spring Web & OpenAPI REST client

2. .http / .rest files (RFC 7230)

Run .http/.rest files with the JetBrains HttpClient CLI or httpYac. Best if you already use request files.

.http / .rest files (RFC 7230)

Generate request code

From Code → Generate (Alt+Insert / ⌘N): Spring Web Method or standalone HttpClient Method from a URL/cURL (Java & Kotlin). See Code Generations.

Learn more

See also: Features · Usage

Clone this wiki locally