Skip to content

Commit

Permalink
Add 'pristine' boolean option to HTTPResponseOptions (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
pborzenkov authored Apr 12, 2024
1 parent edb402f commit 55269e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion machine_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,8 @@ type HTTPOptions struct {
}

type HTTPResponseOptions struct {
Headers map[string]any `json:"headers,omitempty" toml:"headers,omitempty"`
Headers map[string]any `json:"headers,omitempty" toml:"headers,omitempty"`
Pristine *bool `json:"pristine,omitempty" toml:"pristine,omitempty"`
}

type MachineService struct {
Expand Down

0 comments on commit 55269e2

Please sign in to comment.