httpunit
httpunit copied to clipboard
httpUnit tests compliance of web and net servers with desired output.
Command line example: ``` $ httpunit https://www.google.com/foo 216.58.209.132 200 asdf 1 of 1 done in 199.789431ms ==== https://www.google.com/foo: https://www.google.com/foo IP=216.58.209.132 (200 R) ERROR: response does not match regex [asdf]: "\n\n...
Fixes #13
We need the ability to: - Restrict test to http 1.1 - Restrict test to http 2 - Test server-push
Add the ability to send an arbitrary cookie or cookies. (In particular to help SO with fastly testing)
Send all test plan info as metadata, see: https://github.com/bosun-monitor/bosun/issues/1139
There are instances where instead of looking for a string, it is better to look for the absence of the string. For example at Stack we have an http ping...
- FEATURE: moving to go mod system - FEATURE: adding resultant binary to gitignore for cleanliness - FEATURE: finishing up go mod support
I've started a project heavily inspired (basically copied) by **httpunit** that fills a couple of specific use cases I didn't feel could easily be implemented in Go. [**httpunitPS**](https://github.com/cdhunt/httpunitPS) I'm targeting...