- given: a running Hagrid system impl: python: function: nop - when: I make request GET {path} impl: python: function: get - then: response HTTP status code is {code} impl: python: function: status_code - then: "response has header {header}: {value}" impl: python: function: has_header - then: response body matches file {filename} impl: python: function: body_matches_file