1 repo
Tools for piping, streaming, and transforming data between processes or network endpoints.
Distinguishing note: Focuses on the integration of standard input streams into network request workflows.
Explore 1 awesome GitHub repository matching networking & communication · Stream Processing Utilities. Refine with filters or upvote what's useful.
This project is a terminal-based HTTP client designed for interacting with web services, debugging APIs, and automating network requests. It provides a specialized command-line interface that simplifies the construction of complex HTTP exchanges, allowing users to test and inspect web services directly from the shell. The tool distinguishes itself through a declarative syntax engine that translates shorthand command-line tokens into fully formed HTTP requests, including headers, parameters, and body payloads. It features a modular, plugin-based architecture that enables users to extend core f
HTTPie pipes data from standard input, files, or other programs into the request body, with support for streaming, chunked encoding, and compression.