Skip to content

Commit

Permalink
Merge 72e4c8a into f66876a
Browse files Browse the repository at this point in the history
  • Loading branch information
melonwool committed Apr 23, 2018
2 parents f66876a + 72e4c8a commit 1f1b3ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions request.go
Expand Up @@ -42,6 +42,7 @@ type Args struct {
BasicAuth BasicAuth
Body io.Reader
Hooks []Hook
Close bool
}

// Request is alias Args
Expand Down Expand Up @@ -386,5 +387,6 @@ func req2arg(req *Request) (a *Args) {
BasicAuth: req.BasicAuth,
Body: req.Body,
Hooks: req.Hooks,
Close: req.Close,
}
}

0 comments on commit 1f1b3ff

Please sign in to comment.