2 repositorios
Compares two HTTP request or response messages structurally and visually highlights differences in headers, bodies, and status codes.
Distinct from HTTP Message Mapping: Distinct from HTTP Message Mapping: focuses on structural comparison and visual diffing of HTTP messages, not mapping raw data to objects.
Explore 2 awesome GitHub repositories matching software engineering & architecture · HTTP Message Diff Engines. Refine with filters or upvote what's useful.
PSR-7 HTTP Message Interfaces is a set of standardized PHP interfaces for representing HTTP request and response messages, URIs, streams, and uploaded files as immutable value objects. These interfaces define a common contract that enables interoperability between PHP frameworks and libraries when handling HTTP messages, ensuring that any implementation can be used interchangeably. The interfaces model HTTP messages as immutable value objects where any modification produces a new instance, guaranteeing message integrity throughout the request lifecycle. They provide case-insensitive header ac
Provides unified access to protocol version, headers, and body as a core part of the PSR-7 message interface.
Reqable is a cross-platform network debugging tool that functions as an HTTP/HTTPS debugging proxy, a REST API client, and a traffic replay tool. It captures, inspects, and modifies live traffic using a local MITM proxy engine, supports VPN tunnel capture for mobile devices, and provides a Python scripting sandbox for custom traffic processing. The application is available on Windows, macOS, Linux, iOS, and Android. The tool distinguishes itself by combining traffic interception with breakpoint-based request modification, allowing users to pause live HTTP traffic for manual inspection and alt
Compares two HTTP request or response messages structurally and visually highlights differences in headers, bodies, and status codes.