Skip to main content

Command Palette

Search for a command to run...

Introducing hurl.nvim - A New Neovim Plugin for HTTP Requests πŸš€

Published
β€’1 min read
Introducing hurl.nvim - A New Neovim Plugin for HTTP Requests πŸš€
D

Hi πŸ‘‹, I'm Dung Huynh Duc A passionate engineer from Singapore

πŸ”­ I’m currently working in AirCarbon

πŸ‘¨β€πŸ’» All of my projects are available at https://productsway.com

πŸ“ I regularly write articles on https://productsway.com

πŸ“« How to reach me dung@productsway.com

πŸ“Ή I often publish my video every Sunday on IT Man Channel

Today, I'm thrilled to introduce a plugin I've been working on called hurl.nvim. As a passionate Neovim user and developer, I wanted to create a tool that seamlessly integrates HTTP request handling into our favorite editor, and thus hurl.nvim was born.

πŸ”— hurl.nvim

hurl.nvim is a Neovim plugin that allows you to execute HTTP requests directly from .hurl files within Neovim. It's designed to make the API development process more efficient and pleasant, allowing you to see responses immediately without switching contexts.

Key Features:

  • πŸš€ Run .hurl files for quick HTTP requests.

  • πŸ‘οΈ Multiple display modes: choose between popup and split views for API responses.

  • 🌈 Fully customizable: set up your environment with a vars.env file and customize the output with different formatters for JSON, HTML, etc.

I've made sure to include extensive customization options, so you can tailor the plugin to your workflow. Whether you prefer your responses in a split pane or a floating window, hurl.nvim has got you covered.

Here's how it looks in action:

Show in split mode

To get started, you can check out the hurl.nvim README for installation instructions and documentation.

Try it out, and let me know what you think!

If you have any suggestions or want to contribute, don't hesitate to send a PR or open an issue on GitHub.

208 views
hurl.nvim - A New Neovim Plugin for HTTP Requests