Pororoca - Postman alternative with HTTP/2 and HTTP/3
C# Avalonia API client that supports HTTP/2 and HTTP/3 on top of REST and GraphQL. Cross-platform Postman replacement with client certificates.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Related entries
Dev Proxy - simulate API failures from CLI
Microsoft .NET CLI that proxies your app's HTTP traffic and injects throttling, timeouts, error responses, and chaos. Useful for hardening AI agents and apps against flaky upstreams.
unity-cli - control the Unity Editor from the command line
Single-binary C# CLI for driving the Unity Editor headlessly. No MCP, no Python bridge, no plugin: just a native binary that talks to the editor process.
restish - REST CLI with content negotiation
Go CLI for hitting REST APIs with proper auth (OAuth2, Auth0), content negotiation across JSON/CBOR/YAML, gzip and brotli compression, and shell-friendly output.
HTTP Toolkit Server - inspect and rewrite HTTP traffic
Backend daemon for HTTP Toolkit: intercepts HTTP/HTTPS from any client, supports breakpoints, and rewrites requests/responses live. Useful for debugging agent tool calls.