Skip to content

Commit

Permalink
fix: add missing middleware for generating curl command
Browse files Browse the repository at this point in the history
  • Loading branch information
tttturtle-russ committed Sep 4, 2024
1 parent 6d941ac commit 5dcdcab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resty.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ func createClient(hc *http.Client) *Client {
parseRequestBody,
createHTTPRequest,
addCredentials,
createCurlCmd,
}

// user defined request middlewares
Expand Down

0 comments on commit 5dcdcab

Please sign in to comment.