dashjay commented on issue #2676:
URL: https://github.com/apache/brpc/issues/2676#issuecomment-2213364819

   You can easily use command like this to access BRPC server with http proto
   ```
   dd if=/dev/random of=/tmp/test bs=4M count=1
   echo "{\"message\": \"$(cat /tmp/test | base64)\"}" > test.1
   curl -H 'Content-Type: application/json' --data-binary "@./test.1" 
0.0.0.0:8000/EchoService/Echo > /tmp/test.2
   
   ```
   
   But you can not use grpc client to do this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to