fullstorydev / grpcui

An interactive web UI for gRPC, along the lines of postman
MIT License
5.25k stars 388 forks source link

Added middlewares support #315

Open eyudkin opened 7 months ago

eyudkin commented 7 months ago

Hi! I found that I can not specify any dynamic callbacks like middlewares/interceptors if I use standalone server. I think that possibility to do that is a good option so I added a support for that.

dragonsinth commented 7 months ago

this seems reasonable, @jhump what do you think?