Source: curlie Section: net Maintainer: Debian Go Packaging Team Uploaders: Josenilson Ferreira da Silva , Build-Depends: debhelper-compat (= 13), dh-sequence-golang, dpkg-build-api (= 1), golang-any, golang-golang-x-term-dev, Testsuite: autopkgtest-pkg-go Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/go-team/packages/curlie Vcs-Git: https://salsa.debian.org/go-team/packages/curlie.git Homepage: https://github.com/rs/curlie XS-Go-Import-Path: github.com/rs/curlie Package: curlie Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, Static-Built-Using: ${misc:Static-Built-Using} Description: curl frontend with httpie-like interface and JSON formatting Curlie is a frontend to curl that combines the power and ubiquity of curl with the ease of use and human-friendly interface of httpie. All curl options are exposed without compromise on features or performance, while adding syntax sugar and output formatting inspired by httpie. . Features provided by curlie: - Pretty-printed and colorized JSON output when running interactively - Simplified syntax for setting HTTP methods, headers and request body items - Streaming-friendly output, formatted on the fly without buffering - Full access to all curl options and flags - Automatic Content-Type detection for request data - Use of --curl option to print the underlying curl command being executed - Headers written to stderr and body to stdout, compatible with pipes and redirects