Skip to content

Commit

Permalink
feat: Updated doc/hurl.nvim.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Oct 24, 2023
1 parent bada578 commit 6202768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/hurl.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ Table of Contents *hurl.nvim-table-of-contents*
Welcome to hurl.nvim 👋Hurl.nvim is a Neovim plugin that brings the power of the Hurl command line tool into your editor. Designed to run HTTP requests from `.hurl` files, this plugin simplifies the API development process, making it both efficient and versatile.
FEATURES *hurl.nvim-features*

- 🚀 Execute HTTP requests directly from `.hurl` files.
- 🚀 Execute HTTP requests directly from `.hurl` files and handle the output of the HTTP request, including logging the status code, parsing the response headers and body, and logging the response status, headers, and body.
- 👁‍🗨 Multiple display modes for API response: popup or split.
- 🌈 Highly customizable through Neovim settings.


USAGE *hurl.nvim-usage*

Add the following configuration to your Neovim setup:
Add the following configuration to your Neovim setup to run the HTTP request, log the request status, handle the response output, handle any errors that occur during the request, and call the callback function if provided:

>lua
{
Expand Down

0 comments on commit 6202768

Please sign in to comment.