longxboy
|
25c8e2bd3b
|
fix wrapper seq (#1073)
|
4 years ago |
Tony Chen
|
16b1da04e0
|
transport/http: fix content type (#1070)
* fix content type
|
4 years ago |
longxboy
|
db02034dd1
|
fix error decode (#1068)
* fix error decode
|
4 years ago |
longxboy
|
60b1e593f1
|
add http transport (#1060)
* add http transport
* delete method and path
|
4 years ago |
Tony Chen
|
7f72b72ddb
|
fix endpoint extract (#1061)
|
4 years ago |
Tony Chen
|
6ee0607f03
|
transport: add transport kind (#1059)
* add transport kind
|
4 years ago |
Windfarer
|
0ff1c6f89a
|
test http (#1045)
* test http
* fix response codec
* benchmark
|
4 years ago |
Tony Chen
|
8d8cd8c8a8
|
Middleware/metadata v2 (#1050)
* add middleware metadata
* add transport header
* add transport carrier
Co-authored-by: longXboy <longxboy@gmail.com>
|
4 years ago |
Tony Chen
|
2729caeecf
|
http/binding: rename encode url (#1039)
* rename binding url
|
4 years ago |
Tony Chen
|
eca0f35cb5
|
transport/http: add vars to http context (#1037)
* add vars to http context
* add query to http context
* remove http deps
* clean request decoder
|
4 years ago |
Tony Chen
|
1b13abd136
|
transport/http: add http route (#1029)
* add http route
* fix http context
* add HTTP middleware
Co-authored-by: longXboy <longxboyhi@gmail.com>
|
4 years ago |
longxboy
|
736385c8e6
|
Feat/uni transport (#1028)
* add metadata incoming&outgoing
* regenerate proto
* uni transport
Co-authored-by: chenzhihui <zhihui_chen@foxmail.com>
|
4 years ago |
longXboy
|
f90e5874ef
|
delete http recovery
|
4 years ago |
Tony Chen
|
92b6bf54eb
|
add grpc interceptor option (#990)
|
4 years ago |
Tony Chen
|
42b60381c9
|
transport: clean endpoint listen (#989)
* fix endpoint listen
|
4 years ago |
Tony Chen
|
bef6d8d818
|
transport/http: clean http client (#981)
* clean http client
|
4 years ago |
Tony Chen
|
079f11fb50
|
add endpoint context (#979)
|
4 years ago |
Tony Chen
|
f83438b693
|
http/health: remove health handler (#978)
* remove health handler & example
|
4 years ago |
longxboy
|
e1d6377542
|
add feat endpoint (#972)
* add feature endpoint
|
4 years ago |
longXboy
|
493373dc13
|
fix addr listen bug
|
4 years ago |
longXboy
|
63191930ed
|
fix server info bug
|
4 years ago |
Tony Chen
|
149fc0195e
|
kratos: add application info (#968)
* add application info
* add base context
* add client target
|
4 years ago |
Tony Chen
|
e7ddc1ba1e
|
Change the default func to public (#966)
|
4 years ago |
Tony Chen
|
4cb3fd62e3
|
rename Registry to Endpointer (#964)
|
4 years ago |
Tony Chen
|
41ea1fbc76
|
fix data race (#963)
* fix data race
|
4 years ago |
Shuhui Xu
|
ce04916181
|
transport/http: rename CodecForRequest func (#960)
Co-authored-by: 徐曙辉 <xushuhui@himango.cn>
|
4 years ago |
longXboy
|
cc0214d78b
|
mv balancer
|
4 years ago |
longXboy
|
637af7f4b0
|
change filename
|
4 years ago |
longxboy
|
28abad2268
|
Feat/http resovler (#953)
* add http resolver & balancer
Co-authored-by: chenzhihui <zhihui_chen@foxmail.com>
|
4 years ago |
longxboy
|
eb958b2093
|
add path for rpc stub (#947)
* add path for rpc stub
* fix http body and response_body
Co-authored-by: chenzhihui <zhihui_chen@foxmail.com>
|
4 years ago |
Tony Chen
|
66412031fd
|
errors: refactor status code (#948)
* refactor status code
|
4 years ago |
Tony Chen
|
cc0221b5ce
|
errors: add errors coder (#946)
* add errors coder
* rename internal http to httputil
* add errors proto
|
4 years ago |
longxboy
|
9a3a02fc68
|
add http client rpc stub (#943)
* add http client
|
4 years ago |
Tony Chen
|
15d0f22fb7
|
fix handler options (#941)
|
4 years ago |
Tony Chen
|
4d0770a6a2
|
fix http handler (#939)
|
4 years ago |
Tony Chen
|
b9f821c29f
|
transport/http: add http handler (#937)
* add http handler
* fix request error
|
4 years ago |
Tony Chen
|
ef6e52d1ba
|
add multiple middlewares (#936)
|
4 years ago |
Tony Chen
|
0dbcaa2443
|
clean transport (#920)
|
4 years ago |
Tony Chen
|
d78eb3ee4b
|
log: add level printer (#918)
* add level printer
* fix helper args
* fix test
* Update README.md
|
4 years ago |
Tony Chen
|
7c6f53132f
|
api/errors: refactor to grpc statas (#880)
* refactor to grpc status
|
4 years ago |
Cluas
|
8b875e43a5
|
binding: ignore unexpected field (#879)
|
4 years ago |
Tony Chen
|
7c3212c306
|
transport/http: uses gRPC status to the HTTP error. (#870)
* uses gRPC status to the HTTP error.
|
4 years ago |
Tony Chen
|
9806191b7f
|
errors: Error v2 (#860)
* refactor api errors
|
4 years ago |
Tony Chen
|
e35fd9af6f
|
http/health: add health checker (#830)
* add health checker
|
4 years ago |
Tony Chen
|
d92c1edc26
|
fix incorrect conversion between integer types (#824)
|
4 years ago |
Cluas
|
3636179347
|
fix: typo and avoid collides with log package name (#819)
|
4 years ago |
Mikado
|
4e2ae2077d
|
http: fix encodeError can't write response header (#782)
* http: fix encodeError can't write response header
* http: not handle Write error
|
4 years ago |
storyicon
|
18752bf0ec
|
set transport.kind to be strongly typed (#728)
Signed-off-by: storyicon <storyicon@foxmail.com>
|
4 years ago |
Tony Chen
|
330d878aa3
|
http: fix request context (#745)
* fix request context
* fix recovery logger
|
4 years ago |
Tony Chen
|
946e9ca814
|
fix http decode (#742)
* fix http decoder
|
4 years ago |