Versions in this module Expand all Collapse all v1 v1.13.0 Sep 13, 2024 Changes in this version + var FormParamsAttributesSchema = gohcl.ImpliedBodySchema(&FormParamsAttributes{}) + var LogFieldsAttributeSchema = gohcl.ImpliedBodySchema(&LogFieldsAttribute{}) + var ModifierAttributesSchema = MergeSchemas(RequestHeadersAttributesSchema, ResponseHeadersAttributesSchema, ...) + var QueryParamsAttributesSchema = gohcl.ImpliedBodySchema(&QueryParamsAttributes{}) + var RequestHeadersAttributesSchema = gohcl.ImpliedBodySchema(&RequestHeadersAttributes{}) + var ResponseHeadersAttributesSchema = gohcl.ImpliedBodySchema(&ResponseHeadersAttributes{}) + func MergeSchemas(schema *hcl.BodySchema, schemas ...*hcl.BodySchema) *hcl.BodySchema + type FormParamsAttributes struct + AddFormParams map[string]cty.Value + DelFormParams map[string]cty.Value + SetFormParams map[string]cty.Value + type LogFieldsAttribute struct + LogFields map[string]hcl.Expression + type QueryParamsAttributes struct + AddQueryParams map[string]cty.Value + DelQueryParams []string + SetQueryParams map[string]cty.Value + type RequestHeadersAttributes struct + AddRequestHeaders map[string]string + DelRequestHeaders []string + SetRequestHeaders map[string]string + type ResponseHeadersAttributes struct + AddResponseHeaders map[string]string + DelResponseHeaders []string + SetResponseHeaders map[string]string