Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions curlify.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ def to_curl(request, compressed=False, verify=True, pretty=False):
verify : bool
If `False` then a `--insecure` argument will be added to the result,
disabling TLS certificate verification
pretty : bool
If `True`, format the curl command across multiple lines for readability.
"""
command = []

Expand Down