Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geebytes authored Jun 2, 2024
1 parent 0fa4f6f commit 801dcb5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```
```

0 comments on commit 801dcb5

Please sign in to comment.