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 a570273 commit 05f2257
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@ Using the low-level API for fine grained(and safer) URL construction:
### Debugging requests

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.
`:command` value 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 05f2257

Please sign in to comment.