OpenSearch/test-framework
Lee Hinman a25b407aeb Add support for headers in REST tests
This adds support for arbitrary headers sent with each REST request, it
will allow us to test things like different xcontent-encoding (see
50_with_headers.yaml for what this looks like).

Headers are specified at the same level as `catch`, so a request would
look like:

```yaml
- do:
    headers:
      Content-Type: application/yaml
    get:
      index: test_1
      type:  _all
      id:    1
```
2015-11-24 08:25:02 -07:00
..
src Add support for headers in REST tests 2015-11-24 08:25:02 -07:00
build.gradle Build: Remove transitive dependencies 2015-11-10 15:01:41 -08:00