Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Apr 20, 2020
1 parent 5685da4 commit 66493ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,11 @@ Using the low-level API for fine grained(and safer) URL construction:

### Debugging requests

Providing `:debug true` will provide extra debugging information along with the
response. The `:command` contains the command that was executed to obtain the
response. The `:options` value contains options that were used to construct the
command. Note that all of these values are for debugging only and contain
implementation details that may change in the future.
Set`:debug` to `true` to get debugging information along with the response. The
`:command` contains the command that was executed to obtain the response. The
`:options` value contains options that were used to construct the command. Note
that all of these values are for debugging only and contain implementation
details that may change in the future.

``` clojure
(def resp (curl/head "https://postman-echo.com/head" {:debug true}))
Expand Down

0 comments on commit 66493ad

Please sign in to comment.