Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 320 Bytes

File metadata and controls

9 lines (6 loc) · 320 Bytes

Raw

When --raw is used, it disables all internal HTTP decoding of content or transfer encodings and instead makes curl passed on unaltered, raw, data.

This is typically used if you are writing a middle software and you want to pass on the content to another HTTP client and allow that to do the decoding instead.