Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
Code improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
agile6v committed Mar 24, 2019
1 parent 3c12a18 commit 626c78c
Show file tree
Hide file tree
Showing 9 changed files with 230 additions and 728 deletions.
1 change: 1 addition & 0 deletions pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ type HttpOptions struct {
BodyFile string `json:"bodyFile,omitempty"`
ContentType string `json:"contentType,omitempty"`
MaxResults int `json:"maxResults,omitempty"`
DisableRedirects bool `json:"disableRedirects,omitempty"`
DisableKeepAlive bool `json:"disableKeepAlive,omitempty"`
DisableCompression bool `json:"disableCompression,omitempty"`
}
Expand Down
Loading

0 comments on commit 626c78c

Please sign in to comment.