1 repository
Tools for displaying network response headers and bodies with syntax highlighting for human readability.
Distinct from Response Formatters: Focuses on visual presentation for developers rather than converting data structures for API output.
Explore 1 awesome GitHub repository matching web development · Visual. Refine with filters or upvote what's useful.
xh is a command-line HTTP client used for sending network requests, testing REST APIs, and debugging connections. It functions as a terminal-based tool for executing requests with custom headers and bodies, while providing built-in formatting for network responses. The project includes a generator that converts configured network requests into equivalent shell commands for use in a standard terminal. It also features a response formatter that applies syntax highlighting and custom formatting to response headers and bodies to improve readability. The tool covers a broad range of network capab
Displays network response headers and bodies with syntax highlighting and custom formatting for improved readability.