1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-16 02:47:03 +02:00
kratos/transport/http
Tony Chen 7773d15256
fix(grpc/resolver): fix builder context (#1258)
* fix grpc resovler ctx


* fix client close

* upgrade etcd to v3.5.0

* clean code
2021-07-26 23:44:41 +08:00
..
balancer repair some misspelling (#1248) 2021-07-25 22:05:14 +08:00
binding style: add gosimple linter and gofmt linter (#1242) 2021-07-25 12:09:38 +08:00
calloption.go repair some misspelling (#1248) 2021-07-25 22:05:14 +08:00
client_test.go fix error decode (#1068) 2021-06-16 19:54:19 +08:00
client.go fix(grpc/resolver): fix builder context (#1258) 2021-07-26 23:44:41 +08:00
codec_test.go fix(http): fix error encoder (#1141) 2021-07-03 15:22:13 +08:00
codec.go fix(http): fix error encoder (#1141) 2021-07-03 15:22:13 +08:00
context.go ci(github action): use golangci-lint to replace the deprecated golint (#1175) 2021-07-12 18:09:38 +08:00
filter.go transport/http: rename route to router (#1082) 2021-06-19 16:02:07 +08:00
resolver.go fix(grpc/resolver): fix builder context (#1258) 2021-07-26 23:44:41 +08:00
router_test.go transport/http: rename route to router (#1082) 2021-06-19 16:02:07 +08:00
router.go add router group for http server (#1208) 2021-07-18 20:12:20 +08:00
server_test.go style(transport): remove duplicate get path code (#1188) 2021-07-14 21:52:44 +08:00
server.go add sub router for http 2021-07-18 19:30:39 +08:00
transport.go add response header (#1119) 2021-06-29 15:33:18 +08:00