Skip to content

Feature Discussion: Response Header Test #21

Description

@cdhunt

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"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions