repository
0.0.0-20240722084848-1331810c0e37
Repository: https://github.com/go-kratos/gateway.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
Gateway
HTTP -> Proxy -> Router -> Middleware -> Client -> Selector -> Node
Protocol
- HTTP -> HTTP
- HTTP -> gRPC
- gRPC -> gRPC
Encoding
- Protobuf Schemas
Endpoint
- prefix: /api/echo/*
- path: /api/echo/hello
- regex: /api/echo/[a-z]+
- restful: /api/echo/{name}
Middleware
- cors
- auth
- color
- logging
- tracing
- metrics
- ratelimit
- datacenter