anya

Crates.ioanya
lib.rsanya
version0.1.102
sourcesrc
created_at2024-03-10 02:20:41.032952
updated_at2024-03-10 02:48:09.933027
description anya is a lightweight TUI HTTP client application to test GET and POST endpoints with or without a JSON body.
homepagehttps://github.com/Ngz91/anya
repositoryhttps://github.com/Ngz91/anya
max_upload_size
id1168262
size48,069
Nevio Gomez (Ngz91)

documentation

https://github.com/Ngz91/anya

README

🍱 Anya 🍱

Terminal based HTTP client application

Anya is a lightweight TUI HTTP client application. Test GET and POST methods with or without a JSON body from your terminal.

Installation

  • Install Rust if it's not already installed in your system.
  • Clone the repository.
  • Run cargo build

Usage

Use the following keymaps to make a request to the endpoint of choice.

Note: Since the project is in it's early stages only GET and POST methods are supported.

Keymap Action
Ctrl + x Change between layouts
Ctrl + g GET request
Ctrl + h POST request
Esc or Ctrl + q Exit
Commit count: 0

cargo fmt