1 个仓库
Handling of raw request and response bodies using binary types to bypass standard JSON serialization.
Distinct from Incremental Body Processing: Shortlist candidates focus on inspection or incremental processing, not the bypass of JSON serialization for binary types.
Explore 1 awesome GitHub repository matching web development · Binary Body Processing. Refine with filters or upvote what's useful.
This project is a REST-to-gRPC API gateway and JSON reverse proxy that translates RESTful HTTP requests into gRPC service calls. It functions as a protocol buffer proxy generator, providing the tools necessary to bridge JSON-based HTTP traffic with backend gRPC servers. The system distinguishes itself by automating the creation of reverse-proxy servers and stubs through protobuf-driven code generation. It also includes a dedicated OpenAPI specification generator that produces OpenAPI v2 and v3 documents from gRPC service definitions and annotations. The project covers a broad range of integr
Processes raw request and response bodies using binary message types to bypass standard JSON serialization.