#http-client #tui #tui-http-client

app anya

anya is a lightweight TUI HTTP client application to test GET and POST endpoints with or without a JSON body

4 releases

0.1.102 Mar 10, 2024
0.1.101 Mar 10, 2024
0.1.1 Mar 10, 2024
0.1.0 Mar 10, 2024

#153 in #http-client

MIT license

15KB
257 lines

🍱 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

Dependencies

~10–23MB
~319K SLoC