PierreKieffer / http-tanker

Create, manage and execute http requests from the terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

			  _   _   _            _             _
			 | |_| |_| |_ _ __ ___| |_ __ _ _ _ | |_____ _ _
			 | ' \  _|  _| '_ \___|  _/ _` | ' \| / / -_) '_|
			 |_||_\__|\__| .__/    \__\__,_|_||_|_\_\___|_|
				     |_|

Terminal application used for API testing.

Easily create, manage and execute http requests from the terminal.


http-tanker embeds an API client to explore, test and debugs your APIs.

Through http-tanker you can easily create, manage and execute http requests from the terminal.

http-tanker is like a tiny Postman that lives in your terminal (Obviously, with far fewer features).

Install

Note: Prebuilt binaries for 64-bit operating systems, doesn't require Go.

64-bit

Linux

curl -sSL https://raw.githubusercontent.com/PierreKieffer/http-tanker/master/install/install_tanker64_linux.sh | bash

Mac OS

curl -sSL https://raw.githubusercontent.com/PierreKieffer/http-tanker/master/install/install_tanker64_osx.sh | bash

Run

tanker

Built With

License

BSD 2-Clause License

About

Create, manage and execute http requests from the terminal

License:BSD 2-Clause "Simplified" License


Languages

Language:Go 96.7%Language:Shell 3.3%