Crates.io | anya |
lib.rs | anya |
version | 0.1.102 |
source | src |
created_at | 2024-03-10 02:20:41.032952 |
updated_at | 2024-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. |
homepage | https://github.com/Ngz91/anya |
repository | https://github.com/Ngz91/anya |
max_upload_size | |
id | 1168262 |
size | 48,069 |
Anya is a lightweight TUI HTTP client application. Test GET and POST methods with or without a JSON body from your terminal.
cargo build
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 |