Skip to content
#

http-client

Here are 1,590 public repositories matching this topic...

node-fetch
ikhoon
ikhoon commented Jul 13, 2021

io.grpc.ServerInterceptor can not directly be injected to GrpcServiceBuilder.
Users have to wrap a gRPC service using ServerInterceptors.intercept() when adding the service.

GrpcService.builder()
           .addService(ServerInterceptors.intercept(myGrpcService, myInterceptor))
           .build();

However, some users don't know the existence of ServerInterceptors beca

Improve this page

Add a description, image, and links to the http-client topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the http-client topic, visit your repo's landing page and select "manage topics."

Learn more