From 801dcb541809077e3f7d9b7b45fa89aee22ae088 Mon Sep 17 00:00:00 2001 From: geebytes Date: Sun, 2 Jun 2024 18:14:31 +0800 Subject: [PATCH] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index e7e8949..de5c193 100644 --- a/README.md +++ b/README.md @@ -17,17 +17,11 @@ Begonia is an HTTP to gRPC reverse proxy server, which registers services define # Features - Compatible with all `gRPC-gateway` feature functionalities - - Supports converting all HTTP request methods and parameter formats into gRPC requests and data formats - - Supports converting gRPC's bi-directional streaming transport into websocket protocol for request handling - - Supports converting server-side streaming transport into SSE (Server-Side-Event) protocol for request handling - - Based on custom `application/begonia-client-stream` request type to forward gRPC client streaming requests - - Supports requests with `application/x-www-form-urlencoded` and `multipart/form-data` parameter formats - - Rich built-in middleware, such as APIKEY verification, AKSK verification, `go-playground/validator` parameter verification middleware # Getting Started @@ -78,4 +72,4 @@ go run . endpoint add -n "example" -d /data/work/begonia-org/begonia/example/exa #### 5. Test request service ``` curl -vvv http://127.0.0.1:12138/api/v1/example/hello -``` \ No newline at end of file +```