You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am unable to perform request matching on gRPC metadata as I am able to do for a HTTP request.
Concretely, I am unable to provide a localized response by honouring the accept-language header which we pass through gRPC metadata.
Describe the solution you'd like
Handlebar helpers should have access to the gRPC request metadata.
Describe alternatives you've considered
Considered modyfing GrpcParser.ts to forward to Handlebar's context the grpc metadata as such:
Is your feature request related to a problem? Please describe.
I am unable to perform request matching on gRPC metadata as I am able to do for a HTTP request.
Concretely, I am unable to provide a localized response by honouring the
accept-language
header which we pass through gRPC metadata.Describe the solution you'd like
Handlebar helpers should have access to the gRPC request metadata.
Describe alternatives you've considered
Considered modyfing
GrpcParser.ts
to forward to Handlebar's context the grpc metadata as such:Then modyfing
RequestHelper.ts
to provide support for them in thecapture
helper as such:Enabling me to create a gRPC mock as:
The text was updated successfully, but these errors were encountered: