Skip to content

arjunmahishi/guineapig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

guineapig

A quick-generic-mock-HTTP-server to test outbound HTTP requests

Installation

Get the executable binary from the latest release

Compile it yourself

git clone git@github.com:arjunmahishi/guineapig.git
cd guineapig
go build -o $GOBIN/guineapig

Usage

# Get help
$ guineapig -help