httpunit icon indicating copy to clipboard operation
httpunit copied to clipboard

Feature Discussion: Response Header Test

Open cdhunt opened this issue 2 years ago • 1 comments

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

I'm targeting feature parity including the TOML config syntax. One feature I've implemented that I think would be easy enough to add to httpunit would be response header validation.

Here's an example of the config syntax I've added.

[[plan]]
  label = "google"
  url = "https://www.google.com"
  code = 200
  timeout = "0:0:10"
  [plan.headers]
  Server = "gws"

cdhunt avatar Oct 19 '23 12:10 cdhunt

Cool feature idea! We'll consider it.

P.S. Hi Chris! Good to hear from ya!

tlimoncelli avatar Oct 19 '23 12:10 tlimoncelli