leviysoft / mockingbird

Flexible mock server
Apache License 2.0
9 stars 3 forks source link

Introducing GRPC streaming support #74

Open aminovaa opened 3 months ago

aminovaa commented 3 months ago

Problem

It was possible to process GRPC requests only as unary

Solution

Added maintenance for all connection types. To do this, an entity was created to describe the method with the connection type. Additionally, static information about the method was migrated to this method description.

@mockingbird/maintainers