You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+58-16Lines changed: 58 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,31 +10,17 @@ The core goal is to ensure compatibility with .http files from IntelliJ or VSCod
10
10
11
11
## Table of Contents
12
12
13
-
-[Features](#features)
14
13
-[Installation](#installation)
15
14
-[Usage](#usage)
16
15
-[Commands](#commands)
17
16
-[Keybindings](#keybindings)
17
+
-[Features](#features)
18
+
-[Feature Comparison](#feature-comparison)
18
19
-[Documentation](#documentation)
19
20
-[Screenshots](#screenshots)
20
21
-[Contributing](#contributing)
21
22
-[License](#license)
22
23
23
-
## Features
24
-
25
-
- Run HTTP requests from .http files
26
-
- Support for environment variables
27
-
- Easy switching between different environments
28
-
- Non-blocking requests
29
-
- Pretty-printed response display in a separate buffer
30
-
- Automatic formatting for JSON and XML responses
31
-
- Syntax highlighting for .http files and response buffers
32
-
- Verbose mode for debugging
33
-
- Dry run capability for request inspection
34
-
- Request profiling with detailed timing metrics
35
-
- Telescope integration for environment selection
36
-
- Autocompletion for HTTP methods, headers and environment variables
37
-
- Compatible with [JetBrains HTTP Client](https://www.jetbrains.com/help/idea/http-client-in-product-code-editor.html) and [VSCode Restclient](https://github.com/Huachao/vscode-restclient)
38
24
39
25
## Installation
40
26
@@ -128,6 +114,62 @@ The plugin comes with the following default keybindings (if `create_keybindings`
128
114
-`<leader>hc`: Copy curl command
129
115
-`<leader>hs`: Save response to file
130
116
117
+
## Features
118
+
119
+
- Run HTTP requests from .http files
120
+
- Support for environment variables
121
+
- Easy switching between different environments
122
+
- Non-blocking requests
123
+
- Pretty-printed response display in a separate buffer
124
+
- Automatic formatting for JSON and XML responses
125
+
- Syntax highlighting for .http files and response buffers
126
+
- Verbose mode for debugging
127
+
- Dry run capability for request inspection
128
+
- Request profiling with detailed timing metrics
129
+
- Telescope integration for environment selection
130
+
- Autocompletion for HTTP methods, headers and environment variables
131
+
- Compatible with [JetBrains HTTP Client](https://www.jetbrains.com/help/idea/http-client-in-product-code-editor.html) and [VSCode Restclient](https://github.com/Huachao/vscode-restclient)
132
+
133
+
### Feature Comparison
134
+
135
+
Below is a comparison between this plugin and JetBrains HTTP Client, showing what's already implemented and what's planned for future releases:
136
+
137
+
| Feature | Status | Notes |
138
+
|---------|--------|-------|
139
+
| Basic HTTP requests | ✅ | All HTTP methods, headers, body |
0 commit comments