HTTP Client

JetBrains HTTP Client lets developers compose, edit, and execute HTTP, gRPC, WebSocket, and GraphQL requests directly within IntelliJ-based IDEs using .http and .rest files, with environment variables, response handlers, and seamless OpenAPI integration.

API entry from apis.yml

apis.yml Raw ↑
aid: http-client:http-client
name: HTTP Client
description: JetBrains HTTP Client lets developers compose, edit, and execute HTTP, gRPC, WebSocket, and
  GraphQL requests directly within IntelliJ-based IDEs using .http and .rest files, with environment variables,
  response handlers, and seamless OpenAPI integration.
humanURL: https://www.jetbrains.com/help/idea/http-client-in-product-code-editor.html
tags:
- Clients
- HTTP Client
- IDE Extension
- JetBrains
properties:
- type: Documentation
  url: https://www.jetbrains.com/help/idea/http-client-in-product-code-editor.html
- type: GettingStarted
  url: https://www.jetbrains.com/help/idea/http-client-in-product-code-editor.html
- type: Exploring HTTP Syntax
  url: https://www.jetbrains.com/help/idea/exploring-http-syntax.html
- type: HTTP Response Handling
  url: https://www.jetbrains.com/help/idea/http-response-handling-examples.html
- url: graphql/http-client-graphql.md
  type: GraphQL