Matt Anger
Matt Anger
It's also not too terribly difficult to enable right now: ``` import com.linecorp.armeria.server.grpc.GrpcServiceBuilder import io.grpc.protobuf.services.ProtoReflectionService val builder: GrpcServiceBuilder = GrpcService.builder() // enable reflection builder.addService(ProtoReflectionService.newInstance()) ``` Replacing that one line with...
rebased this PR on top of 3.5.0. Have to go through all the comments still
Right, the docs say thats for mapping is for client side only (if a GRPC client receives a non 200 HTTP code, what status should it signal back to the...