Skip to content

Commit

Permalink
Merge pull request #17 from seborama/Bug-Fix
Browse files Browse the repository at this point in the history
[Bug-Fix] Bug fix
  • Loading branch information
seborama authored Jul 17, 2016
2 parents ae49421 + 0d24431 commit 740bec0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions govcr.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ type VCRConfig struct {
// facilities that are passed to the VCR machine to modify its internals.
type pcb struct {
Transport http.RoundTripper
DisableRecording bool
ExcludeHeaderFunc ExcludeHeaderFunc
RequestBodyFilterFunc BodyFilterFunc
Logger *log.Logger
Expand Down

0 comments on commit 740bec0

Please sign in to comment.