Skip to content

Commit

Permalink
Show opts/kw
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnj committed Sep 6, 2023
1 parent dc993b4 commit 36e4599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function request(
headers = _ensure_headers(headers)
_authenticate!(ctx, headers)
opts = (;redirect = false, pool = POOL, verbose=3)
@info "HTTP.request" method url
@info "HTTP.request" method url opts kw
r = HTTP.request(method, url, headers; query = query, body = body, opts..., kw...)
@info "HTTP.response" method url r.status
return r
Expand Down

0 comments on commit 36e4599

Please sign in to comment.